We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4c087 commit 809a8adCopy full SHA for 809a8ad
.github/workflows/ci-workflow.yml
@@ -32,17 +32,6 @@ jobs:
32
run: |
33
./bin/check-readmes.sh
34
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
46
#- name: Generate tests
47
# run: |
48
# bin/generate_tests.py --verbose -p spec --check
0 commit comments