Skip to content

Merge pull request #468 from AuScope/AUS-4301 #634

Merge pull request #468 from AuScope/AUS-4301

Merge pull request #468 from AuScope/AUS-4301 #634

Workflow file for this run

name: Lint Portal UI
on:
push:
branches:
- master
- '**/AUS*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint