We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7d080 commit ace3ab8Copy full SHA for ace3ab8
1 file changed
.github/workflows/testing.yaml
@@ -50,7 +50,8 @@ jobs:
50
uses: actions/checkout@v5
51
- name: Spell check profiles
52
uses: crate-ci/typos@v1.41.0
53
- working-directory: rocrate_validator/profiles
+ with:
54
+ files: rocrate_validator/profiles
55
56
57
# Runs the tests
0 commit comments