Replace Travis with GitHub actions

This commit is contained in:
Saverio Miroddi 2021-04-24 09:38:43 +02:00
parent 45def31594
commit 7456660ae4
2 changed files with 11 additions and 8 deletions

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

@ -0,0 +1,11 @@
name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck
run: ci/run_shellcheck.sh

View File

@ -1,8 +0,0 @@
---
dist: bionic
language: bash
cache:
directories:
- "/opt/shellcheck"
script:
- ci/run_shellcheck