Skip to content

Commit

Permalink
Merge pull request #324 from MikeMcQuaid/actions_cleanup
Browse files Browse the repository at this point in the history
GitHub Actions Cleanup
  • Loading branch information
MikeMcQuaid committed Aug 14, 2020
2 parents e982fb8 + 155d442 commit 4432ed3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Actions CI
on:
push:
branches: master
pull_request: []
pull_request:
jobs:
tests:
strategy:
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Set up Git repository
uses: actions/checkout@master
uses: actions/checkout@main

- name: Cleanup macOS
if: runner.os == 'macOS'
Expand Down Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Install Shellcheck
run: brew install shellcheck

- name: Run Shellcheck
run: shellcheck *.sh
- run: shellcheck *.sh

- name: Test uninstalling newly installed Homebrew

This comment has been minimized.

Copy link
@E4dufuj

E4dufuj Oct 23, 2021

Tuggcyj

run: |
Expand Down

0 comments on commit 4432ed3

Please sign in to comment.