Skip to content

#11: Support new hetzner machines #50

#11: Support new hetzner machines

#11: Support new hetzner machines #50

Workflow file for this run

name: Commit lint
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
commitlint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch-depth is required
- uses: wagoid/commitlint-github-action@v5