Skip to content

Commit

Permalink
updating biome file
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwarr committed Jul 17, 2024
1 parent c4bc904 commit 79fc117
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/biomeCheck.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
name: Biome Check

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

jobs:
biome-check:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout Out Code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16' # Specify the Node.js version you use
node-version-file: frontend/package.json

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 79fc117

Please sign in to comment.