dotfiles/.github/workflows/build.yml
FortiShield 8bb48fc768
Update build.yml
file name fix
2024-04-20 10:35:43 +06:00

14 lines
252 B
YAML

name: CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
mkdir -p ~/dotfiles-install-dir
- run: |
HOME=~/dotfiles-install-dir ./install.sh