Skip to content

````````````````````add circle cs #10

````````````````````add circle cs

````````````````````add circle cs #10

Workflow file for this run

name: Check the source code
on:
pull_request:
branches:
- "*"
jobs:
test:
name: Check the source code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format
- name: Lint
run: npm run lint