[v3] Add configlet CI workflow

This commit is contained in:
Erik Schierboom
2021-01-29 14:15:42 +01:00
committed by Jeremy Walker
parent 921b8846be
commit fe37435d67

16
.github/workflows/configlet.yml vendored Normal file
View 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 .