Skip to content

feat: added testing github action #1

feat: added testing github action

feat: added testing github action #1

Workflow file for this run

name: Testing CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
name: 'Test'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: yarn lint