Skip to content

Rebuild welcomes to es6 and fix some errors #5

Rebuild welcomes to es6 and fix some errors

Rebuild welcomes to es6 and fix some errors #5

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Lint all
run: |
yarn install
yarn lint