Skip to content

Commit

Permalink
Merge pull request #12 from koopjs/s/devexp
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu authored Jan 29, 2025
2 parents 2b66a19 + b96407a commit 3ff6081
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 323 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: main

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm test
- run: npm run build
env:
CI: true

automerge-dependabot-pr:
if: ${{ github.event_name == 'pull_request' }}
needs:
- build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
Loading

0 comments on commit 3ff6081

Please sign in to comment.