Skip to content

add AGENTS.md to codex #804

add AGENTS.md to codex

add AGENTS.md to codex #804

Workflow file for this run

# Make sure that all text files end with a newline character.
# Configure your editor to end every file with a newline character.
# See <https://stackoverflow.com/a/729795>
name: linelint
on:
push:
branches:
- master
pull_request:
jobs:
linelint:
runs-on: ubuntu-latest
name: linelint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Linelint
uses: fernandrone/linelint@master