Skip to content

Use latest upload-artifact action, apply PR fixes onto PR head #4

Use latest upload-artifact action, apply PR fixes onto PR head

Use latest upload-artifact action, apply PR fixes onto PR head #4

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
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc