Skip to content

Adds custom GHA for linting Bash scripts #3

Adds custom GHA for linting Bash scripts

Adds custom GHA for linting Bash scripts #3

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
checks:
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-12']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Component tests for Bash Linter
uses: ./checks/bash