1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00
dotfiles/.github/workflows/ci.yml

17 lines
242 B
YAML

name: "CI"
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bash -c 'shopt -s globstar; shellcheck **/*.sh'