Skip to content

fix: Changed Kernel Version from 6.14.0-29 to 6.14.0-37 #391

fix: Changed Kernel Version from 6.14.0-29 to 6.14.0-37

fix: Changed Kernel Version from 6.14.0-29 to 6.14.0-37 #391

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [ main ]
jobs:
commits:
name: conventional commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
allowed-commit-types: "feat,fix,build,chore,ci,docs,style,refactor,perf,test"