Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 #168

build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2

build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 #168

Workflow file for this run

name: test
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container: ubuntu
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '20.x'
cache: 'npm'
- name: Install NPM dependencies
run: npm ci
- name: NPM Build
run: npm run build
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '20.x'
cache: 'npm'
- name: Install NPM dependencies
run: npm ci
- name: Lint
run: npm run lint -- --no-fix