Skip to content

modified: .github/workflows/_pr.yaml #57

modified: .github/workflows/_pr.yaml

modified: .github/workflows/_pr.yaml #57

Workflow file for this run

---
name: PR checks and tests
on: # yamllint disable-line rule:truthy
push:
branches:
- '*'
- '*/*'
- '**'
- '!main'
paths:
- '.github/workflows/**'
jobs:
lint:
uses: obervinov/_templates/.github/workflows/yamllint.yaml@release/v2.0.0
pr:
uses: obervinov/_templates/.github/workflows/pr.yaml@release/v2.0.0