Skip to content

Bump @trivago/prettier-plugin-sort-imports from 4.2.0 to 4.2.1 #5

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

Bump @trivago/prettier-plugin-sort-imports from 4.2.0 to 4.2.1 #5

name: Continuous integration
on:
pull_request:
workflow_call:
workflow_dispatch:
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: Build
run: |
yarn build