Skip to content

Remove needless dropdown #20

Remove needless dropdown

Remove needless dropdown #20

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
tags:
- '*'
permissions:
contents: write
jobs:
build:
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: tar -czf dist.tar.gz dist