feat: readme

This commit is contained in:
2025-05-14 04:15:58 -04:00
parent bce4d598fb
commit 634bff4411
7 changed files with 110 additions and 30 deletions

View File

@ -1,14 +1,19 @@
name: Lint
name: Check
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, edited]
jobs:
lint:
check:
name: check
runs-on: ubuntu-latest
if: |
contains(github.event.head_commit.message, 'bump:') == false &&
contains(github.event.head_commit.message, 'Merge pull request') == false
steps:
- name: Checkout
uses: actions/checkout@v4