Skip to content

fix: allow ci to access github graphql api #138

fix: allow ci to access github graphql api

fix: allow ci to access github graphql api #138

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
jobs:
scripts:
runs-on: ubuntu-latest
defaults:
run:
working-directory: scripts
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run build