Skip to content

Commit

Permalink
javascript: Update CI example to use Biome #109
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 29, 2024
1 parent b77d53d commit 769bcde
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/javascript/samples/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 18
- run: npm install standard
- run: npx standard path/to/file.js
- uses: biomejs/setup-biome@v2
- run: biome ci --indent-style=space --line-width=119 path/to/file.js

0 comments on commit 769bcde

Please sign in to comment.