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

15 lines
194 B
YAML

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