Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Jul 18, 2024
1 parent ae6f4c9 commit 1d3be55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/biome.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Frontend
name: Check format

on: [push, pull_request]

jobs:
build:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Python Lint
name: Python Format

on: [push, pull_request]

jobs:
lint:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1d3be55

Please sign in to comment.