Skip to content

Commit

Permalink
build with action libs
Browse files Browse the repository at this point in the history
  • Loading branch information
liruohrh committed May 1, 2024
1 parent d756c2d commit 9c35cdc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build and delopy
on: push
branches:
- main
jobs:
build:
name: npm build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pwd && ls -al
- run: npm install
- run: npm run build

0 comments on commit 9c35cdc

Please sign in to comment.