Skip to content

Commit 41fbf94

Browse files
ErikSchierboommirkoperillo
authored andcommitted
[v3] Add configlet CI workflow
1 parent 63d3f57 commit 41fbf94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/configlet.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Configlet CI
2+
3+
on: [push, pull_request, workflow_dispatch]
4+
5+
jobs:
6+
configlet:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
11+
12+
- name: Fetch configlet
13+
uses: exercism/github-actions/configlet-ci@main
14+
15+
- name: Configlet Linter
16+
run: configlet lint .

0 commit comments

Comments
 (0)