Skip to content

Bump stylelint from 16.11.0 to 16.12.0 #868

Bump stylelint from 16.11.0 to 16.12.0

Bump stylelint from 16.11.0 to 16.12.0 #868

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
general_tests:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
- name: Run tests
run: bundle exec rake test:ci