Skip to content

Merge pull request #45 from UnlockedLabs/dependabot/github_actions/ag… #10

Merge pull request #45 from UnlockedLabs/dependabot/github_actions/ag…

Merge pull request #45 from UnlockedLabs/dependabot/github_actions/ag… #10

Workflow file for this run

name: commits
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: conventional
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}