Skip to content

Commit 809a8ad

Browse files
committed
Remove configlet step from ci-workflow
configlet has its own workflow now
1 parent bf4c087 commit 809a8ad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ jobs:
3232
run: |
3333
./bin/check-readmes.sh
3434
35-
- name: Fetch configlet
36-
uses: exercism/github-actions/configlet-ci@main
37-
38-
- name: Check config.json integrity
39-
run: |
40-
# May provide more useful output than configlet fmt
41-
# if JSON is not valid or items are incomplete
42-
configlet lint .
43-
# Verify correct formatting in config.json
44-
configlet fmt . && git diff --quiet
45-
4635
#- name: Generate tests
4736
# run: |
4837
# bin/generate_tests.py --verbose -p spec --check

0 commit comments

Comments
 (0)