Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcercal authored Mar 1, 2024
1 parent 913741b commit d611be0
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@ name: MacOS Workflow
on: [push]

jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
path: "."
pattern: "*.sh"
exclude: "./.git/*"
check_all_files_with_shebangs: "false"

software_update:
name: Software Update
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: install software updates
run: make software_update

install:
name: Install Dependencies and Apps
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: install dependencies
run: make install_dependencies

- name: install apps
run: make install_apps
# shellcheck:
# name: runner / shellcheck
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - name: shellcheck
# uses: reviewdog/action-shellcheck@v1
# with:
# github_token: ${{ secrets.github_token }}
# reporter: github-pr-review
# path: "."
# pattern: "*.sh"
# exclude: "./.git/*"
# check_all_files_with_shebangs: "false"

# software_update:
# name: Software Update
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: install software updates
# run: make software_update

# install:
# name: Install Dependencies and Apps
# runs-on: macos-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: install dependencies
# run: make install_dependencies

# - name: install apps
# run: make install_apps

config:
name: Install Dependencies and Apps
name: Configure
runs-on: macos-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d611be0

Please sign in to comment.