Skip to content

style: 💄 update code format #1358

style: 💄 update code format

style: 💄 update code format #1358

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
- name: Test
run: pnpm lint:css && pnpm lint:js && pnpm check:types