Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/l10n-gettext-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ jobs:
run: |
sudo apt update
sudo apt install gettext -y
- name: Clone FxA code repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 2
path: 'fxa-code'
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: '.nvmrc'
node-version-file: 'fxa-code/.nvmrc'
- name: Install global npm packages
run: |
yarn global add grunt-cli
Expand All @@ -24,12 +30,6 @@ jobs:
repository: mozilla/fxa-content-server-l10n
path: 'fxa-l10n'
persist-credentials: false
- name: Clone FxA code repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 2
path: 'fxa-code'
persist-credentials: false
- name: Install npm packages
run: |
cd fxa-l10n
Expand Down