Skip to content

Merge pull request #1925 from manyfold3d/dependabot/bundler/rubocop-r… #6430

Merge pull request #1925 from manyfold3d/dependabot/bundler/rubocop-r…

Merge pull request #1925 from manyfold3d/dependabot/bundler/rubocop-r… #6430

Workflow file for this run

name: Ruby
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libglfw3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install yarn packages
run: yarn install
- name: Check typescript
run: yarn typecheck
- name: Compile assets
run: bundle exec rails assets:precompile
- name: Remove data schema so we bootstrap from zero with data migrations
run: rm db/data_schema.rb
- name: Set up database with prepare command so we catch any migration explosions
run: bundle exec rails db:prepare:with_data
env:
RAILS_ENV: test
- name: Run tests
uses: paambaati/[email protected]
with:
coverageCommand: bundle exec rake
env:
CC_TEST_REPORTER_ID: f570c8191542a0db2056d5994b06e9d0be35b25bc6897b5e913c1b783b920a0a
lint:
runs-on: ubuntu-latest
steps:
- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: libglfw3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install yarn packages
run: yarn install
- name: Lint Ruby code
run: bundle exec rake rubocop
- name: Lint ERB templates
run: bundle exec erblint --lint-all
- name: Lint Typescript code
run: yarn run lint:ts
i18n:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Check translations
run: bundle exec i18n-tasks health