Skip to content

[Test PR]Auto Author Assign test #388

[Test PR]Auto Author Assign test

[Test PR]Auto Author Assign test #388

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Check Diff
run: git diff --exit-code dist/index.js