Skip to content

Commit 5260928

Browse files
committed
Merge branch 'master' into shaeespring/dualDirectorships
2 parents 39103b3 + b4def63 commit 5260928

2 files changed

Lines changed: 87 additions & 58 deletions

File tree

.github/workflows/check.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Makefile CI
2+
3+
on:
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Check build
17+
run: docker build .

0 commit comments

Comments
 (0)