make it work on macos by not use readline and ;& fallthrough for Darwin #37
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: Lint Code Base | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
call-super-linter: | |
# use Reusable Workflows to call my linter config remotely | |
# https://docs.github.com/en/actions/learn-github-actions/reusing-workflows | |
uses: bretfisher/super-linter-workflow/.github/workflows/reusable-super-linter.yaml@main |