dotfiles/.github/workflows/shell.yml
2019-09-04 14:28:41 +02:00

13 lines
163 B
YAML

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dotfiles
run: ./install