Skip to content

Bump sass from 1.102.0 to 1.103.1 #1854

Bump sass from 1.102.0 to 1.103.1

Bump sass from 1.102.0 to 1.103.1 #1854

Workflow file for this run

name: CI
on: [push]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
permissions:
contents: read
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
with:
bundler-cache: true
- name: setup Node
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: './.node-version'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: bundle exec rake db:migrate RAILS_ENV=test
- run: bundle exec rake spec