We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b088be + 253faee commit 5e54a30Copy full SHA for 5e54a30
2 files changed
.github/workflows/build_and_publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
cache: 'pip'
35
- run: python -m pip install .
36
- id: package_version
37
- run: echo "version=$(python -c "from importlib.metadata import version; print(version('django-subatomic'))")" >> $GITHUB_OUTPUT
+ run: echo "version=$(python -c "from importlib.metadata import version; print(version('django-subatomic'))")" >> "$GITHUB_OUTPUT"
38
- name: check package version matches tag
39
run: |
40
[ "v${{ steps.package_version.outputs.version }}" = "${{ github.ref_name }}" ]
.pre-commit-config.yaml
@@ -32,6 +32,10 @@ repos:
32
rev: v9.1.5
33
hooks:
- id: oxipng
+ - repo: https://github.com/rhysd/actionlint
+ rev: v1.7.7
+ hooks:
+ - id: actionlint
ci:
41
autofix_prs: false
0 commit comments