Skip to content

Merge pull request #466 from AuScope/AUS-4322 #635

Merge pull request #466 from AuScope/AUS-4322

Merge pull request #466 from AuScope/AUS-4322 #635

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