From 769bcde494cd1666d00d947837a32cc63583ef05 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 28 May 2024 21:37:57 -0400 Subject: [PATCH] javascript: Update CI example to use Biome #109 --- docs/javascript/samples/js.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/javascript/samples/js.yml b/docs/javascript/samples/js.yml index 5cfd47f..28ce54a 100644 --- a/docs/javascript/samples/js.yml +++ b/docs/javascript/samples/js.yml @@ -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