Skip to content

Commit addb060

Browse files
authored
ci: switch to github actions (#122)
1 parent 0a773b9 commit addb060

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Main Workflow
2+
on: push
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
name: Verify data type definitions
8+
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
13+
- name: Install dependencies
14+
run: pip3 install pydsdl
15+
16+
- name: Run data types verification script
17+
run: ./verify

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)