Skip to content

feat: add download link to 2.8.0 post #34

feat: add download link to 2.8.0 post

feat: add download link to 2.8.0 post #34

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
deploy:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
uses: ./.github/actions/install
- name: Lint
run: npm run lint
- name: Build
run: npm run build