Skip to content

feat: Group flow declaration file under *.js of the same filename (#249) #154

feat: Group flow declaration file under *.js of the same filename (#249)

feat: Group flow declaration file under *.js of the same filename (#249) #154

Workflow file for this run

on:
push:
branches:
- main
paths:
- update.mjs
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm run update
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore: update'
file_pattern: README.md