Skip to content

Commit

Permalink
Create esbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet authored Feb 22, 2024
1 parent fcc9ba1 commit 247ace1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/esbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "ESBuild Testing"

on: [pull_request]

jobs:
eslint:
name: Run esbuild
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Dependencies
run: npm prune

- name: Run ESBuild
run: npm run test:minify
continue-on-error: false

0 comments on commit 247ace1

Please sign in to comment.