Skip to content

ReSharper Command Line Tools setup

Actions

About

Setup ReSharper Command Line Tools for use in a GitHub action
v0
LatestPre-release
Star (2)

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...

ReSharper Command Line Tools setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup ReSharper Command Line Tools for use in a GitHub action
v0
LatestPre-release

ReSharper Command Line Tools setup is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.