Skip to content

chore: apply lint checks on-commit #5

chore: apply lint checks on-commit

chore: apply lint checks on-commit #5

Workflow file for this run

name: Push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml
deploy:
name: "Deploy"
uses: ./.github/workflows/ci.deploy.yml
secrets: inherit