Skip to content

Merge pull request #33 from LRZ-BADW/multi-crate #6

Merge pull request #33 from LRZ-BADW/multi-crate

Merge pull request #33 from LRZ-BADW/multi-crate #6

Workflow file for this run

name: commit
on:
push:
pull_request:
branches: [ main ]
jobs:
conventional:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
# optional, required for private repos
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}