[v3] Add configlet CI workflow
This commit is contained in:
committed by
Jeremy Walker
parent
921b8846be
commit
fe37435d67
16
.github/workflows/configlet.yml
vendored
Normal file
16
.github/workflows/configlet.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Configlet CI
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
configlet:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
|
||||
- name: Fetch configlet
|
||||
uses: exercism/github-actions/configlet-ci@main
|
||||
|
||||
- name: Configlet Linter
|
||||
run: configlet lint .
|
||||
Reference in New Issue
Block a user