Skip to content

fix / enable checks for forked branches #54

fix / enable checks for forked branches

fix / enable checks for forked branches #54

Workflow file for this run

name: CI
on: pull_request
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: ShellCheck
run: shellcheck action.sh
dogfooding:
name: Dogfooding
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Eating our own dogfood
uses: ./
with:
skip-checkout: true