Skip to content

Commit

Permalink
some adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
theBadT committed Nov 20, 2024
1 parent 94cf976 commit 9585774
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/lint-repo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
on: push
name: Example Workflow

on:
push:
branches:
- main

jobs:
lint-repo-and-markdown:
uses: simatic-ax/actions/lint-repository@centralize-and-distribute-actions
example-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Lint repo
uses: simatic-ax/actions/actions/lint-repository@centralize-and-distribute-actions

0 comments on commit 9585774

Please sign in to comment.