Skip to content

IBX-10066: Change lint config to 2.0 #164

IBX-10066: Change lint config to 2.0

IBX-10066: Change lint config to 2.0 #164

Workflow file for this run

name: Frontend build
on:
push:
paths:
- "**.[cm]?[jt]sx?"
- "**.scss"
branches:
- main
- '[0-9]+.[0-9]+'
pull_request:
paths:
- "**.[cm]?[jt]sx?"
- "**.scss"
jobs:
frontend-test:
name: Frontend build test
runs-on: 'ubuntu-24.04'
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn install
- run: yarn test