Switch continuous integration from Travis CI to GitHub Actions

This commit is contained in:
Hugo Locurcio
2020-06-17 21:14:17 +02:00
parent 3ea2246466
commit b6c0283c22
3 changed files with 24 additions and 24 deletions

15
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Continuous integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint demo projects
run: |
sudo apt-get update -qq
sudo apt-get install -qq dos2unix recode
bash ./format.sh