Skip to content

Deps: Update GH Action Deps #2019

Deps: Update GH Action Deps

Deps: Update GH Action Deps #2019

Workflow file for this run

name: Lint and Biome Check
# Run the workflow when code is pushed or when a pull request is created
on:
push:
branches:
- 'main'
pull_request:
jobs:
biome:
name: Run Biome
runs-on: ubuntu-latest
steps:
# Checkout the repository so the workflow has access to the code
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
# Run the run-biome.sh script
- name: Run run-biome.sh
run: scripts/run-biome.sh