Skip to content

feat(pull-request): add some expectations for PR as well as lint support #3

feat(pull-request): add some expectations for PR as well as lint support

feat(pull-request): add some expectations for PR as well as lint support #3

Workflow file for this run

name: CI
on:
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [main]
jobs:
pr-lint:
name: PR Lint
uses: ./.github/workflows/reusable-workflow.pr-lint.yaml
secrets: inherit