Skip to content

Setup a ReSharper Command Line Tools environment for use in GitHub actions

License

Notifications You must be signed in to change notification settings

goit/setup-resharper

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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