Skip to content

Fixed indentation in application.html.erb. Added only: [:create, :sho… #39

Fixed indentation in application.html.erb. Added only: [:create, :sho…

Fixed indentation in application.html.erb. Added only: [:create, :sho… #39

Workflow file for this run

---
name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: true
- name: standardrb
run: bundle exec standardrb
- name: Run tests
run: bundle exec rails test