File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 run : pip install poethepoet pre-commit safety
3434
3535 # NOTE: using custom cache, to include pre-commit linters + deps
36- # - uses: actions/cache@v3
37- # with:
38- # path: |
39- # ~/.cache/pre-commit
40- # ~/.cache/pip
41- # key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
36+ - uses : actions/cache@v3
37+ with :
38+ path : |
39+ ~/.cache/pre-commit
40+ ~/.cache/pip
41+ key : ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
4242
4343 - name : Check that all static analysis tools run without errors
4444 run : poetry run poe lint --all-files
Original file line number Diff line number Diff line change 1010 "audience" : [
1111 {
1212 "@type" : " Audience" ,
13- "audienceType" : " Science/Research "
13+ "audienceType" : " Developers "
1414 },
1515 {
1616 "@type" : " Audience" ,
17- "audienceType" : " Developers "
17+ "audienceType" : " Science/Research "
1818 }
1919 ],
2020 "author" : [
4040 " template"
4141 ],
4242 "license" : " http://spdx.org/licenses/MIT" ,
43+ "maintainer" : {
44+ "@type" : " Person" ,
45+ "email" : " a.pirogov@fz-juelich.de" ,
46+ "familyName" : " Pirogov" ,
47+ "givenName" : " Anton"
48+ },
4349 "name" : " fair-python-cookiecutter" ,
4450 "runtimePlatform" : " Python 3" ,
51+ "softwareHelp" : " https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter" ,
4552 "softwareRequirements" : [
4653 {
4754 "@type" : " SoftwareApplication" ,
You can’t perform that action at this time.
0 commit comments