Add set_environment_variable and delete_environment_variable #4254
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR-Review | |
| on: [pull_request] | |
| jobs: | |
| misspell: | |
| name: review-dog / misspell | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code. | |
| uses: actions/checkout@v2 | |
| - name: misspell | |
| uses: reviewdog/action-misspell@v1 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| locale: "US" | |
| reporter: github-pr-review | |
| level: warning | |
| ignore: colour |