Skip to content

Setup ReSharper Command Line Tools for use in a GitHub action.

License

Notifications You must be signed in to change notification settings

igotinfected-ci/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 Command Line Tools

setup-resharper status

This action installs the ReSharper Command Line Tools for use in other GitHub actions.

Acknowledgements

This repo is built upon the previous work of goIT & jozefizso's setup-resharper action.

Usage

name: "workflow name"
on: pull_request

jobs:
  do-something:
    runs-on: ${{ matrix.operating-system }}
    strategy:
      matrix:
        operating-system: [ubuntu-latest, windows-latest, macos-latest]
    steps:
      - uses: actions/checkout@v2
      - name: Set up ReSharper CLT with latest version
        uses: igotinfected/setup-resharper@latest
      # ReSharper CLT commands are now available...

  do-something-else:
    runs-on: ${{ matrix.operating-system }}
    strategy:
      matrix:
        operating-system: [ubuntu-latest, windows-latest, macos-latest]
    steps:
      - uses: actions/checkout@v2
      - name: Set up ReSharper CLT with specific version
        uses: igotinfected/setup-resharper@latest
        with:
          version: "2022.2.4"
      # ReSharper CLT commands are now available...

About

Setup ReSharper Command Line Tools for use in a GitHub action.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published