Skip to content

DEVX-35 feat: Add automated AI-powered release notes generation and Notion documentation #21

DEVX-35 feat: Add automated AI-powered release notes generation and Notion documentation

DEVX-35 feat: Add automated AI-powered release notes generation and Notion documentation #21

Workflow file for this run

name: Linting
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
env:
SKIP: no-commit-to-branch