tools: github actions: always run URL checks last in all workflows

- make errors fatal/exit with code 1 if any checks are unsuccessful
This commit is contained in:
nodiscc
2023-01-24 17:51:03 +01:00
parent 6ad29ab5b8
commit 0f3b106e12
3 changed files with 7 additions and 6 deletions

View File

@@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make url_check
- run: make awesome_lint
- run: make export
- run: make url_check