Skip to content

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2 #76

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2

chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2 #76

Workflow file for this run

---
name: Continuous Integration
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
Build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: npm ci
- name: Build
run: npm run build
env:
NODE_ENV: production
Lint_Git:
name: Lint (Git)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint
uses: wagoid/commitlint-github-action@v5