2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 11:10:08 -07:00
repo/.github/workflows/main.yml
black 54e0e879f9
Use GitHub Actions for CI.
This is merely a test.
2019-08-23 07:20:07 +00:00

14 lines
198 B
YAML

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: shellcheck -e 2034 */*/build */*/post-install