Skip to content

Commit

Permalink
Add GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <[email protected]>
  • Loading branch information
RaoOfPhysics committed Jul 26, 2024
1 parent 245f2d4 commit 6fe97d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: develop
run-name: Publish a Fluid publication

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: build
- uses: actions/checkout@4
- uses: actions/setup-node@4
with:
node-version: 22
- run: |
yarn install
yarn build

0 comments on commit 6fe97d6

Please sign in to comment.