Skip to content

Drop submission-via-ctrl-enter-everywhere #138

Drop submission-via-ctrl-enter-everywhere

Drop submission-via-ctrl-enter-everywhere #138

Workflow file for this run

name: CI
on: [push]
env:
ESBUILD: esbuild --outdir=. --log-override:css-syntax-error=error
jobs:
strings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx $ESBUILD strings.json
broken-features:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx csval broken-features.csv
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx $ESBUILD style/*