Browse Source

Update linter.yml

pull/1886/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
1dc802fb08
  1. 1
      web/.github/workflows/linter.yml

1
web/.github/workflows/linter.yml

@ -21,6 +21,7 @@ jobs: @@ -21,6 +21,7 @@ jobs:
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,tsx,jsx,css,scss}
branch: ${{ github.ref }}
only_changed: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save