Skip to content

Format check gh action #1

Format check gh action

Format check gh action #1

name: Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Npm Install
run: cd ui && npm install
- name: Lint Check
run: cd ui && npm run lint