Skip to content

Remove magic method from Box. #129

Remove magic method from Box.

Remove magic method from Box. #129

Workflow file for this run

---
name: markdownlint
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint README (markdown)
uses: avto-dev/markdown-lint@v1
with:
config: ./.markdownlint.yml
args: ./README.md ./CHANGELOG.md