Skip to content

Bump tailwindcss from 4.1.2 to 4.1.3 in /vue-model-explorer (#54) #123

Bump tailwindcss from 4.1.2 to 4.1.3 in /vue-model-explorer (#54)

Bump tailwindcss from 4.1.2 to 4.1.3 in /vue-model-explorer (#54) #123

Workflow file for this run

name: Ruby
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: runger_rails_model_explorer
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
with:
bundler-cache: true
working-directory: runger_rails_model_explorer
- name: Run RuboCop
run: bin/rubocop
- name: Run RSpec
run: bin/rspec