build(deps): Bump bootstrap from 4.6.2 to 4.6.2.1 #747
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Locales missing test | |
on: | |
pull_request: | |
branches: [ master, production ] | |
jobs: | |
locales: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Ruby 3.3.0 | |
uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: 3.3.0 | |
bundler-cache: true | |
- name: Run Locales missing test script | |
run: bash scripts/check_locales.sh |