Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Aug 29, 2024
1 parent f98ea81 commit 7a74755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/install-test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@ on:
push:
paths:
- install.sh.in
- .github/workflows/install-test.yml
- .github/workflows/ci.yml
# branches: [ main ]
schedule:
- cron: "0 0 * * 0" # weekly
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo apt install -y shellcheck
- run: shellcheck -S error install.sh.in

curl-bash:
needs: shellcheck
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/shellcheck.yml

This file was deleted.

0 comments on commit 7a74755

Please sign in to comment.