Skip to content

Update README.md

Update README.md #61

Workflow file for this run

---
name: Linting
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linting:
uses: daemon-labs-resources/.github/.github/workflows/reusable-linting.yaml@main
permissions:
contents: read
packages: read
statuses: write
checks: write