Browse Source

See version file in GitHub Actions (#21927)

closed-social-glitch-2
Yamagishi Kazutoshi 1 year ago
committed by GitHub
parent
commit
e538584fbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/check-i18n.yml
  2. +1
    -1
      .github/workflows/linter.yml

+ 1
- 1
.github/workflows/check-i18n.yml View File

@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: .ruby-version
bundler-cache: true
- name: Check locale file normalization
run: bundle exec i18n-tasks check-normalized

+ 1
- 1
.github/workflows/linter.yml View File

@ -53,7 +53,7 @@ jobs:
- name: Set-up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile

Loading…
Cancel
Save