Skip to content

Commit

Permalink
Merge pull request #62 from wojsmol/patch-1
Browse files Browse the repository at this point in the history
Fix bashtest.yml
  • Loading branch information
ChrisTitusTech authored Jun 29, 2024
2 parents 79b9f13 + 9134f30 commit 5c8b7fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bashtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache ShellCheck
id: cache-shellcheck
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /usr/local/bin/shellcheck
key: ${{ runner.os }}-shellcheck
Expand Down

0 comments on commit 5c8b7fe

Please sign in to comment.