Skip to content

Commit

Permalink
chore: back to single ci file
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Nov 29, 2024
1 parent 0644182 commit 6b15aac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: "CI"

on:
pull_request:
push:
branches: main
pull_request: {}

jobs:
linkchecker:
Expand All @@ -22,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: 'stable'

- name: Check Schema
env:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/test-schema.yaml

This file was deleted.

0 comments on commit 6b15aac

Please sign in to comment.