Zion Boggan
repos/Oversight/.github/workflows/source-style.yml
zionboggan.com ↗
20 lines · yaml
History for this file →
1
name: source-style
2
 
3
on:
4
  pull_request:
5
  push:
6
    branches: [main]
7
 
8
permissions:
9
  contents: read
10
 
11
env:
12
  FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13
 
14
jobs:
15
  comments:
16
    runs-on: ubuntu-latest
17
    steps:
18
      - uses: actions/checkout@v4
19
      - name: Enforce strict source comment policy
20
        run: python scripts/check_source_comments.py