dotfiles/.github/workflows/shell.yml
2020-05-10 16:12:18 +02:00

15 lines
210 B
YAML

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