Skip to content

Merge pull request #1 from psd-coder/setup-size-limit #29

Merge pull request #1 from psd-coder/setup-size-limit

Merge pull request #1 from psd-coder/setup-size-limit #29

Workflow file for this run

name: Lint code
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: pnpm lint