Skip to content

Commit

Permalink
Meta: migrate to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 15, 2020
1 parent b8ec1fd commit e6a7e06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: python db.py validate
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit e6a7e06

Please sign in to comment.