Skip to content

Merge pull request #48 from stephane-r/update-player-ui #18

Merge pull request #48 from stephane-r/update-player-ui

Merge pull request #48 from stephane-r/update-player-ui #18

Workflow file for this run

name: Code quality
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm i
- run: npm run lint
- run: npm run ts:check
- run: npm run build