Skip to content

docs: correct the scope of the period-abbreviation title rule #203

docs: correct the scope of the period-abbreviation title rule

docs: correct the scope of the period-abbreviation title rule #203

Workflow file for this run

name: CodeQL
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '30 4 * * 1'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.3
with:
languages: python, actions
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.3