Skip to content

Temporarily add the base URL #14

Temporarily add the base URL

Temporarily add the base URL #14

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linter
run: |
make lint