Skip to content

Commit

Permalink
add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfilik committed Mar 4, 2024
1 parent b08afff commit 8ee52d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
name: pnpm Example Workflow
name: frontend ci

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./xas-standards-client
strategy:
matrix:
node-version: [15]
Expand Down

0 comments on commit 8ee52d6

Please sign in to comment.