💾 Archived View for gmn.clttr.info › sources › astro.git › tree › .github › workflows › shellcheck.y… captured on 2024-09-28 at 23:57:11.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

on:
  push:
    branches:
      - main
  pull_request:
    branches: 
      - main

name: 'Trigger: Push action'

jobs:
  shellcheck:
    name: Shellcheck
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Run ShellCheck
      uses: ludeeus/action-shellcheck@master