File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 .github/scripts/check-changelog-commit.sh
2929 "${{ github.event.pull_request.base.sha }}"
3030
31- shellcheck :
32- name : Shellcheck
33- runs-on : ubuntu-latest
34- steps :
35- - uses : actions/checkout@v6
36- - name : Install shellcheck
37- run : sudo apt-get install -y shellcheck
38- - name : Run shellcheck
39- run : make lint-shell
Original file line number Diff line number Diff line change 1+ name : Shellcheck
2+ on : push
3+
4+ permissions :
5+ contents : read
6+
7+ jobs :
8+ shellcheck :
9+ name : Shellcheck
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v6
13+ - name : Install shellcheck
14+ run : sudo apt-get install -y shellcheck
15+ - name : Run shellcheck
16+ run : make lint-shell
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ and this project adheres to
1010
1111### Infrastructure
1212
13+ - CI: move shellcheck into its own dedicated workflow, separate from changelog
14+ checks ([ 72bf877] , [ #65 ] )
1315- CI: bump astral-sh/setup-uv from 6 to 7 ([ c9216ba] , [ #64 ] )
1416
1517## [ 2.0.0] - 2026-03-16
@@ -194,6 +196,7 @@ and this project adheres to
194196
195197<!-- Commit links -->
196198
199+ [ 72bf877 ] : https://github.com/LeakIX/l9format-python/commit/72bf877
197200[ c9216ba ] : https://github.com/LeakIX/l9format-python/commit/c9216ba
198201[ fa582dc ] : https://github.com/LeakIX/l9format-python/commit/fa582dc
199202[ bc4872d ] : https://github.com/LeakIX/l9format-python/commit/bc4872d
@@ -293,4 +296,5 @@ and this project adheres to
293296[ #59 ] : https://github.com/LeakIX/l9format-python/issues/59
294297[ #62 ] : https://github.com/LeakIX/l9format-python/pull/62
295298[ #64 ] : https://github.com/LeakIX/l9format-python/pull/64
299+ [ #65 ] : https://github.com/LeakIX/l9format-python/pull/65
296300[ #43 ] : https://github.com/LeakIX/l9format-python/issues/43
You can’t perform that action at this time.
0 commit comments