Skip to content

Bump knip from 5.64.1 to 5.65.0 #468

Bump knip from 5.64.1 to 5.65.0

Bump knip from 5.64.1 to 5.65.0 #468

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# TODO: add all code-fixing here.
- uses: autofix-ci/action@v1