Skip to content

Merge branch 'master' of https://github.com/AuScope/AuScope-Portal-UI #633

Merge branch 'master' of https://github.com/AuScope/AuScope-Portal-UI

Merge branch 'master' of https://github.com/AuScope/AuScope-Portal-UI #633

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