Skip to content

Build and test PR

Build and test PR #9

Workflow file for this run

---
name: Build and test PR
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
- reopened
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yml