Skip to content

on-push

on-push #202

Workflow file for this run

name: on-push
on:
push:
branches:
- 'main'
jobs:
run-todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn --frozen-lockfile
- run: yarn run build
- run: yarn run todos
- uses: EndBug/add-and-commit@v7
with:
add: 'langs/*/README.md'
message: 'bot: update language todos'