Skip to content

Update README for upsert actions #2

Update README for upsert actions

Update README for upsert actions #2

Workflow file for this run

name: Lint Actions
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Action Lint
uses: reviewdog/action-actionlint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review