add brew autoremove
to setup.sh, and support apple/Intel silicon mac
#385
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: YAML lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
yamllint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ibiqlik/action-yamllint@v3 | |
with: # See: https://github.com/ibiqlik/action-yamllint#optional-input-parameters | |
strict: true | |
format: colored | |
# config_file: .yamllint.yml # See: https://yamllint.readthedocs.io/en/stable/configuration.html |