Skip to content

tmp: test action

tmp: test action #24

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install gettext
run: sudo apt-get install gettext

Check failure on line 14 in .github/workflows/localization.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/localization.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Install node_modules
run: yarn install --frozen-lockfile --prefer-offline
- name: Extract locales
run: yarn extract-locales
- name: Diff changes
run: yarn run zx ./bin/locales.mjs