Skip to content

chore/feat(ctwc_vn_24): feature parity with ctwc23 and CTVS Winter 2024 borders #1492

chore/feat(ctwc_vn_24): feature parity with ctwc23 and CTVS Winter 2024 borders

chore/feat(ctwc_vn_24): feature parity with ctwc23 and CTVS Winter 2024 borders #1492

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be