Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working on linting issues #12

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/Compliance.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/setup-python@v4
- name: Check for update in the template
run: |
pip install copier
pip install copier pre-commit
copier update -A
pre-commit run -a
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
Expand Down
11 changes: 10 additions & 1 deletion CITATION.cff.jinja
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/
# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this
cff-version: 1.2.0
title: {{ PackageName }}.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: {{ AuthorName }}
email: {{ AuthorEmail }}
Loading