Skip to content

chore(release): v3.15.12 #525

chore(release): v3.15.12

chore(release): v3.15.12 #525

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [master]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkouting repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 0
- name: Node setup
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn run lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a