Compare commits

..

1 commit

Author SHA1 Message Date
ZoopaMario 636cf57348 Add workflows verifying bash and commit messages
Some checks failed
Check Commit Messages / check-commit-message (pull_request) Has been cancelled
This PR adds the first two workflows:
1. Bash linter
2. Commit message verification
2024-12-29 04:45:33 +01:00
2 changed files with 2 additions and 4 deletions

View file

@ -8,9 +8,7 @@ on:
jobs:
check-commit-message:
runs-on: docker
container:
image: node:16-bullseye
runs-on: node:16-bullseye
steps:
- name: Checkout Code

View file

@ -12,7 +12,7 @@ jobs:
lint-bash:
runs-on: docker
container:
image: node:16-bullseye
image: node:16-bullseye # Node.js pre-installed, based on Debian
steps:
- name: Checkout Code