Add rules for CI

This commit is contained in:
itqop 2025-07-19 17:36:58 +03:00
parent 75e23de4ba
commit f235c5b18a
1 changed files with 6 additions and 0 deletions

View File

@ -4,9 +4,15 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
lint_and_test: