This commit is contained in:
parent
0cf87863d4
commit
1d0176899f
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/ci.yml
Normal file
13
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: ci
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
jobs:
|
||||
catalog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- run: python3 -c "import json; json.load(open('catalog/endpoints.json')); json.load(open('catalog/schema.json'))"
|
||||
Loading…
Add table
Add a link
Reference in a new issue