Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.05 KB

setup-resharper

version build-test

This action sets up a ReSharper Command Line Tools environment for use in actions by:

  • downloading and caching a version of ReSharper CTL and adding it to PATH

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: goit/setup-resharper@v3
  with:
    version: '2021.2'
- run: InspectCode <solution file>

Note

Use goit/setup-resharper@v1 for ReSharper CTL 2020.1 and older releases.

The download address changed and goit/setup-resharper@v2 supports ReSharper CTL 2020.2 and newer.

License

Scripts and documentation in this project are released under the MIT License