Skip to content

motd: maintain a /etc/motd file with interesting info about the TAC #30

motd: maintain a /etc/motd file with interesting info about the TAC

motd: maintain a /etc/motd file with interesting info about the TAC #30

Workflow file for this run

name: codespell
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '48 20 * * 4'
jobs:
codespell:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell