mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-26 03:14:41 +02:00
15 lines
194 B
YAML
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
|