dotfiles/.github/workflows/ci.yml
2021-10-14 09:09:47 -05:00

14 lines
No EOL
194 B
YAML

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Install dotfiles
run: |
./install