File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,18 +171,3 @@ jobs:
171171 - run : yarn install
172172 - name : markdownlint
173173 run : yarn run coding-standards-check
174-
175- changelog :
176- runs-on : ubuntu-24.04
177- name : Changelog should be updated
178- steps :
179- - name : Checkout
180- uses : actions/checkout@v4
181- with :
182- fetch-depth : 2
183-
184- - name : Git fetch
185- run : git fetch
186-
187- - name : Check that changelog has been updated.
188- run : git diff --exit-code origin/${{ github.base_ref }} -- CHANGELOG.md && exit 1 || exit 0
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ See [keep a changelog] for information about writing changes to this log.
88
99## [ Unreleased]
1010
11+ * [ PR-30] ( https://github.com/itk-dev/sysstatus/pull/30 )
12+ Upgraded and cleaned up
1113* Login and dashboard styling cleanup
1214* Added github actions.
1315* Added PHPStan.
You can’t perform that action at this time.
0 commit comments