Skip to content

Bump actions/checkout from 3 to 4 #25

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #25

Workflow file for this run

name: generate README
on:
push:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: yarn install
run: yarn install
- name: build
run: yarn run build
- uses: stefanzweifel/[email protected]
with:
commit_message: generate README