Skip to content

Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 #404

Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4

Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 #404

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- name: Setup Miniconda
uses: conda-incubator/[email protected]
- name: Install dependencies
run: |
conda install -c conda-forge shellcheck
- name: Shellcheck
run: |
echo "::add-matcher::.github/shellcheck-matcher.json"
shellcheck --format=gcc $(find . -iname "*.sh")
echo "::remove-matcher owner=shellcheck::"