Skip to content

give hashes prefixes, disable source maps #9

give hashes prefixes, disable source maps

give hashes prefixes, disable source maps #9

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
check-dist-up-to-date:
name: Check the dist/ folder is up to date
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm install --no-save
- run: npm run all
- run: git status --porcelain=v1
- run: test $(git status --porcelain=v1 2>/dev/null | wc -l) -eq 0
self:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.