Skip to content

Commit

Permalink
Setup lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen committed Dec 19, 2024
1 parent de90029 commit 52b8d6d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Lint

on:
pull_request:
branches:
- main

jobs:
lint:
if: startsWith(github.head_ref, 'package/')
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint
uses: memo33/sc4pac-actions/actions/lint

0 comments on commit 52b8d6d

Please sign in to comment.