Skip to content

Update README.md

Update README.md #1

Workflow file for this run

name: CI
on: pull_request_target
jobs:
update-lockfile:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}