Skip to content

fix(workflow): add empty commit if no activity has been detected for over 50 days #225

fix(workflow): add empty commit if no activity has been detected for over 50 days

fix(workflow): add empty commit if no activity has been detected for over 50 days #225

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Generate build and check code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run format:check
- run: npm run build