Skip to content

docs: fix typos in comments #13

docs: fix typos in comments

docs: fix typos in comments #13

Workflow file for this run

name: Lint Pull Request
on:
pull_request:
permissions:
pull-requests: read
jobs:
main:
name: Block Autosquash Commits
runs-on: ubuntu-latest
steps:
- name: Block Autosquash Commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}