Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 1517fbb

Browse files
authored
replace travis (part 1): add empty github workflow (#979)
1 parent 812105e commit 1517fbb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-20.04
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Build and test
14+
run: echo "Hello world!"

0 commit comments

Comments
 (0)