diff --git a/.github/workflows/configlet.yml b/.github/workflows/configlet.yml index d01ccca42688f..489d3cd6d0388 100644 --- a/.github/workflows/configlet.yml +++ b/.github/workflows/configlet.yml @@ -1,4 +1,4 @@ -name: Configlet +name: Configlet CI on: push: @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e # 2.0.0 + - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # 2.3.3 - name: Fetch configlet - run: ./bin/fetch-configlet + uses: exercism/github-actions/configlet-ci@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Lint - run: ./bin/configlet lint . + + - name: Configlet Linter + run: configlet lint .