Skip to content

chore: πŸ€– bump semantic-release monorepo (major) #121

chore: πŸ€– bump semantic-release monorepo (major)

chore: πŸ€– bump semantic-release monorepo (major) #121

Workflow file for this run

name: ci
on: [pull_request]
jobs:
code_check:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["20"]
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
- name: πŸ“¦ Install
uses: ./.github/actions/install
with:
node-version: ${{ matrix.node }}
- name: 🦺 Check
uses: ./.github/actions/check
- name: πŸ”§ Build
run: pnpm build
commit_check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🚨 Commitlint
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json
spell_check:
runs-on: ubuntu-latest
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
- name: 🚨 Spellcheck
uses: streetsidesoftware/cspell-action@v6
with:
inline: error