mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-23 18:02:49 +00:00
15 lines
351 B
YAML
15 lines
351 B
YAML
---
|
|
name: Lint Code Base
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
call-super-linter:
|
|
# use Reusable Workflows to call my linter config remotely
|
|
# https://docs.github.com/en/actions/learn-github-actions/reusing-workflows
|
|
uses: bretfisher/super-linter-workflow/.github/workflows/super-linter.yaml@main
|