Skip to content

ci(deps): update dependency @stylistic/eslint-plugin to v2.12.0 #417

ci(deps): update dependency @stylistic/eslint-plugin to v2.12.0

ci(deps): update dependency @stylistic/eslint-plugin to v2.12.0 #417

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build