Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-links-api into snyk-upgrade-b1d4787ab8661f823a5f559a94245b04
  • Loading branch information
WomB0ComB0 committed Jul 11, 2024
2 parents 67e8b68 + db67a5d commit c21fa11
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 11,127 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install

# Analyze code for potential problems
- run: npm prettier --check .
- run: npm run lint --no-cache
- run: npm tsc
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install

# Test
- run: npm run test
- run: bun run test

# Compile
- run: npm run build
- run: bun run build

deploy:
runs-on: ubuntu-latest
needs: [build]
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- run: npm install
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
# - run: npm run deploy
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit c21fa11

Please sign in to comment.