Merge branch 'main' of github.com:schmelczer/webgpu

This commit is contained in:
Andras Schmelczer 2023-05-20 10:30:44 +01:00
commit e7c2837d56
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

23
.github/workflows/webpack.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 19.x
- name: Build
run: |
npm ci && npm run build