Skip to content

Commit

Permalink
CI: Use action to fetch configlet (JuliaLang#255)
Browse files Browse the repository at this point in the history
* CI: Test configlet action

* Update configlet.yml

* Update configlet.yml

* Update .github/workflows/configlet.yml
  • Loading branch information
SaschaMann authored Oct 9, 2020
1 parent 06c6e08 commit dd3bd5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Configlet
name: Configlet CI

on:
push:
Expand All @@ -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 .

0 comments on commit dd3bd5b

Please sign in to comment.