Skip to content

Commit

Permalink
CI: add minifier builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Feb 6, 2023
1 parent a8cc355 commit 65b8213
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/minifier-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Minifier / Nim - Build

on: [pull_request]

defaults:
run:
working-directory: minifier

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '1.6.0'
- run: nimble build

0 comments on commit 65b8213

Please # to comment.