Skip to content

Bump @trivago/prettier-plugin-sort-imports from 4.1.1 to 4.2.0 #2649

Bump @trivago/prettier-plugin-sort-imports from 4.1.1 to 4.2.0

Bump @trivago/prettier-plugin-sort-imports from 4.1.1 to 4.2.0 #2649

name: Continuous integration
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache the node_modules dir
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }}
- name: Install
run: yarn install --immutable
- name: Format
run: yarn checkformatting
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage/coverage-final.json