Skip to content

Commit

Permalink
Use forked action
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 24, 2023
1 parent b7dfe79 commit a4b6303
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dprint
run: |
curl -fsSL https://dprint.dev/install.sh | sh -s 0.34.1 > /dev/null 2>&1
echo "/home/runner/.dprint/bin" >> $GITHUB_PATH
- name: Check formatting
run: ~/.dprint/bin/dprint --config dprint-ci.json check
# https://github.com/dprint/check/pull/9
- uses: kachick/check@feat-specifiable-config
with:
dprint-version: '0.34.1'
dprint-config-path: 'dprint-ci.json'

0 comments on commit a4b6303

Please sign in to comment.