Skip to content

chore: use public/free github api to avoid hitting rate limit #423

chore: use public/free github api to avoid hitting rate limit

chore: use public/free github api to avoid hitting rate limit #423

Workflow file for this run

name: lint and build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build --if-present
env:
CI: true