Skip to content

Merge pull request #52 from nksaraf/static-imports #11

Merge pull request #52 from nksaraf/static-imports

Merge pull request #52 from nksaraf/static-imports #11

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:

Check failure on line 14 in .github/workflows/autofix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/autofix.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9
with:
commit-message: "chore: apply automated fixes"