mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-24 10:47:28 +01:00
gha: Enhance workflows (#102)
* gha: Add Pull Request to stale target * gha: Add ncc check step (Close #98 ) * src: Rename showVersion() * test: Add not to be cases * Remove old comment * gha: Add update major tag workflow (Close #97 )
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -45,6 +45,11 @@ jobs:
|
||||
|
||||
- run: npm test
|
||||
|
||||
- name: Check ncc
|
||||
run: |
|
||||
npm run build
|
||||
test -z "$(git status --short)"
|
||||
|
||||
- name: Upload test coverage
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user