From dd3bd5bed39cd1962674be87f1bf062ac12a7319 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Fri, 9 Oct 2020 17:13:09 +0200 Subject: [PATCH] CI: Use action to fetch configlet (#255) * CI: Test configlet action * Update configlet.yml * Update configlet.yml * Update .github/workflows/configlet.yml --- .github/workflows/configlet.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 .