Skip to content

Add alt tag to logos #39

Add alt tag to logos

Add alt tag to logos #39

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
env:
RAILS_ENV: test
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Zeitwerk Check
run: |
bundle exec rails zeitwerk:check