Skip to content

blog: agent in the container #2

blog: agent in the container

blog: agent in the container #2

Workflow file for this run

name: lint and check
on:
pull_request:
branches:
- main
jobs:
lint-and-check:
runs-on: ubuntu-latest
steps:
- name: Check source code
uses: actions/checkout@v5
- name: AutoCorrect
uses: huacnlee/autocorrect-action@main
- name: Spell Check Repo
uses: crate-ci/typos@v1
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
fail: false