Skip to content

Commit

Permalink
style(fixed): readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanVilla424 committed Oct 20, 2024
1 parent 7e8996c commit a2f8dc3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Node.js CI
---
# .github/workflows/node.yml

name: Node CI
on: [push]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,7 +16,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install frontend dependencies
run: npm ci
run: |
npm install
npm ci
working-directory: frontend
- name: Format frontend project
run: npm run format
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Python CI
# .github/workflows/python.yml

name: Python CI
on: [push]

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
package-lock.json*

# TypeScript / TSX
dist/
Expand Down

0 comments on commit a2f8dc3

Please sign in to comment.