Skip to content

Draft: Fix API URL on GHES #432

Draft: Fix API URL on GHES

Draft: Fix API URL on GHES #432

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-dependencies
- run: npm run style:check
- run: npm test