Skip to content

πŸš€ v3.5.70 Additional update #18

πŸš€ v3.5.70 Additional update

πŸš€ v3.5.70 Additional update #18

Workflow file for this run

name: Dry-run (Yarn)
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
dryrun:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn build