Skip to content

Silly me, forgot to remove this part #368

Silly me, forgot to remove this part

Silly me, forgot to remove this part #368

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run formatting
- run: npm run messages:extract:clean
- uses: autofix-ci/action@v1