diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6063e06..2b07b03 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,5 +39,17 @@ jobs: level: error filter_mode: file + sealog: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v4.1.4 + with: + ref: ${{ github.head_ref }} + + - name: Validate Sealog Entries + run: lein sealog check + # This file was automatically copied and populated by rebroadcast # Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/lint.yml