Skip to content

chore: add build and codecov flags to Readme #160

chore: add build and codecov flags to Readme

chore: add build and codecov flags to Readme #160

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- ".github/**"
merge_group:
push:
paths:
- ".github/**"
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: reviewdog/action-actionlint@v1.61
with:
fail_level: "any"