Skip to content

chore(develop): release 1.21.2 (#1500) #3930

chore(develop): release 1.21.2 (#1500)

chore(develop): release 1.21.2 (#1500) #3930

Workflow file for this run

name: Linting
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run ESLint
run: npx eslint . --ext .ts