Skip to content

Bump i18next from 23.7.7 to 23.7.8 in /template #101

Bump i18next from 23.7.7 to 23.7.8 in /template

Bump i18next from 23.7.7 to 23.7.8 in /template #101

Workflow file for this run

name: CI
defaults:
run:
working-directory: ./template
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: make ci-dependencies
- run: make check-all
- run: make ci-test