mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
initial github actions commit
This commit is contained in:
parent
02ebb592df
commit
ca11e8f519
1 changed files with 13 additions and 0 deletions
13
.github/workflows/shell.yml
vendored
Normal file
13
.github/workflows/shell.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Run a one-line script
|
||||||
|
run: ./install
|
Loading…
Add table
Add a link
Reference in a new issue