Skip to content

feat: add github status notifications #69

feat: add github status notifications

feat: add github status notifications #69

Workflow file for this run

---
name: Pipeline
on:
push:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- run: |
yamllint .