Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permissions: read-all

jobs:
shellcheck:
if: ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
name: ShellCheck
runs-on: ubuntu-latest
steps:
Expand All @@ -24,7 +23,6 @@ jobs:
shellcheck bin/gtr bin/git-gtr lib/*.sh lib/commands/*.sh adapters/editor/*.sh adapters/ai/*.sh

completions:
if: ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
name: Completions
runs-on: ubuntu-latest
steps:
Expand All @@ -34,7 +32,6 @@ jobs:
run: ./scripts/generate-completions.sh --check

test:
if: ${{ github.event.pull_request == null || github.event.pull_request.head.repo.full_name == github.repository }}
name: Tests
runs-on: ubuntu-latest
steps:
Expand Down
Loading