mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
WIP
This commit is contained in:
parent
91d2808bfb
commit
a8ca763f08
1 changed files with 28 additions and 0 deletions
28
.github/workflows/ci.yaml
vendored
Normal file
28
.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
name: CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ $default-branch ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ $default-branch ]
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Install required packages
|
||||||
|
run: >-
|
||||||
|
sudo apt-get install
|
||||||
|
bash
|
||||||
|
busybox
|
||||||
|
dash
|
||||||
|
ksh
|
||||||
|
shellcheck
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: make test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue