Skip to content

Commit

Permalink
Add checkton workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed May 31, 2024
1 parent 17c4bb3 commit cdd3206
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/checkton.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Checkton
on:
pull_request:
branches: [main, test-checkton]

jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Repository checkout
uses: actions/checkout@v4
with:
# Differential checkton requires full git history
fetch-depth: 0

- id: checkton
name: Checkton
uses: chmeliik/checkton@main

0 comments on commit cdd3206

Please sign in to comment.