Skip to content

Merge pull request #30 from LedgerHQ/dependabot-npm_and_yarn-prettier… #59

Merge pull request #30 from LedgerHQ/dependabot-npm_and_yarn-prettier…

Merge pull request #30 from LedgerHQ/dependabot-npm_and_yarn-prettier… #59

Workflow file for this run

name: "CI"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: "20"
- name: Install
run: yarn install
- name: Lint
run: yarn run lint:check
- name: Prettier
run: yarn run prettier:check