Skip to content

Build(deps): Bump actions/checkout from 5 to 6 (#68) #24

Build(deps): Bump actions/checkout from 5 to 6 (#68)

Build(deps): Bump actions/checkout from 5 to 6 (#68) #24

Workflow file for this run

name: dist
on:
push:
branches:
- master
jobs:
update:
permissions:
contents: write
runs-on: ubuntu-24.04
name: Commit Dist
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Commit updated dist
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: Update dist
file_pattern: dist/