Skip to content

Commit

Permalink
ci: Reuse workflow for js
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2024
1 parent 9e752c9 commit 2357c2c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Lint JavaScript
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
# - run: biome ci --indent-style=space --line-width=119 path/to/file.js
lint:
# uses: open-contracting/.github/.github/workflows/js.yml@main
# with:
# filenames: path/to/file.js

0 comments on commit 2357c2c

Please sign in to comment.