Skip to content

osrd-ui: build and check code #1

osrd-ui: build and check code

osrd-ui: build and check code #1

name: Build and Check Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org/'
- run: |
npm ci
npm run build
npx prettier --check .