Skip to content

chore: bump seemark to latest version & update template #103

chore: bump seemark to latest version & update template

chore: bump seemark to latest version & update template #103

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Authenticate with github package registry
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint
- name: Run Prettier check
run: npm run format:check
- name: Run Build
run: npm run build