Merge branch 'main' of github.com:DannyDannyDanny/dotfiles into main
This commit is contained in:
commit
5f46ca0686
1 changed files with 12 additions and 0 deletions
12
.github/workflows/main.yml
vendored
Normal file
12
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
install_codespaces_setup:
|
||||
name: install codespaces setup
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: ls -la && bash install.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue