Skip to content

chore: maybe fix memory leak #484

chore: maybe fix memory leak

chore: maybe fix memory leak #484

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@d632683dd7b4114ad314bca15554477dd762a938
with:
fetch-depth: 0
- name: Node setup
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn run lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a