Skip to content

test: increase testing of providers #246

test: increase testing of providers

test: increase testing of providers #246

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check code formatting
run: npx prettier . --check
- name: Run linter
run: npx eslint .