File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 - name : Run pre-commit
3232 continue-on-error : true
3333 run : |
34- pre-commit run --files codicefiscale/data/countries.json codicefiscale/data/municipalities.json
34+ pre-commit run --files src/ codicefiscale/data/countries.json src/ codicefiscale/data/municipalities.json
3535
3636 - name : Commit data
3737 uses : test-room-7/action-update-file@v1
3838 with :
3939 file-path : |
40- codicefiscale/data/countries.json
41- codicefiscale/data/municipalities.json
40+ src/ codicefiscale/data/countries.json
41+ src/ codicefiscale/data/municipalities.json
4242 commit-msg : " Updated `countries.json` and/or `municipalities.json` data."
4343 committer-name : " Fabio Caccamo [bot]"
4444 committer-email : " fabio.caccamo@gmail.com"
You can’t perform that action at this time.
0 commit comments