Skip to content

Setup lint action

Setup lint action #1

Workflow file for this run

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