Skip to content

Commit

Permalink
use workflow from automation repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGoeb committed Oct 14, 2023
1 parent 44b9b1c commit 3b1cd04
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/lint-repo.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name: Lint Repo Settings
on:
workflow_call:

env:
GITHUB_TOKEN: ${{ github.token }}
on:
pull_request:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Lint
run: ./.github/gh-lint
uses: SebastianGoeb/automation/.github/workflows/lint-repo-settings.yml@main
secrets: inherit

0 comments on commit 3b1cd04

Please sign in to comment.