Skip to content

build(deps-dev): bump postcss from 7.0.39 to 8.4.31 in /server_manager #15

build(deps-dev): bump postcss from 7.0.39 to 8.4.31 in /server_manager

build(deps-dev): bump postcss from 7.0.39 to 8.4.31 in /server_manager #15

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./package-lock.json
- name: Install NPM Dependencies
run: npm ci
- name: Lint
run: npm run lint