Skip to content

Add Github CI

Add Github CI #2

Workflow file for this run

name: safe-modules
on:
pull_request:
push:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: yarn
- run: yarn build