Skip to content

feat: add base changelog list component #4

feat: add base changelog list component

feat: add base changelog list component #4

Workflow file for this run

name: 'Check PR'
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
jobs:
check-code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Lint code
run: npm run lint
- name: Build library code
run: npm run build
check-versioning:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}