Skip to content

Use @rollup/plugin-terser to minify JS #80

Use @rollup/plugin-terser to minify JS

Use @rollup/plugin-terser to minify JS #80

Workflow file for this run

name: Typos Check
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
typos-check:
name: 'Typos check'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Search for misspellings
uses: crate-ci/typos@master