Replace Travis with GitHub actions
This commit is contained in:
parent
45def31594
commit
7456660ae4
|
@ -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
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
dist: bionic
|
||||
language: bash
|
||||
cache:
|
||||
directories:
|
||||
- "/opt/shellcheck"
|
||||
script:
|
||||
- ci/run_shellcheck
|
Loading…
Reference in New Issue