Skip to content

Add a sqitch config #663

Add a sqitch config

Add a sqitch config #663

Workflow file for this run

name: CI
on: [push]
jobs:
# dhall:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: awseward/gh-actions-dhall@0.4.1
# with:
# dhallVersion: 1.42.0
shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: awseward/gh-actions-shell@0.1
local:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run checks committed directly to repository
run: set -euo pipefail; find .checks -type f | while read -r check_file; do "${check_file}"; done