Skip to content

Merge pull request #211 from biolab/dependabot/npm_and_yarn/nodemaile… #273

Merge pull request #211 from biolab/dependabot/npm_and_yarn/nodemaile…

Merge pull request #211 from biolab/dependabot/npm_and_yarn/nodemaile… #273

name: Check Building and Translations
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check-translations:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Try to build the project
run: yarn build
- name: Run translation check
run: yarn check-translations