Skip to content

Commit 6b3ceeb

Browse files
authored
Bare bones CI
1 parent bdae64a commit 6b3ceeb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Checks
2+
3+
on:
4+
push:
5+
pull_request:
6+
branches:
7+
- develop
8+
9+
jobs:
10+
checks:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)