Skip to content

Bump stylelint from 16.9.0 to 16.10.0 #791

Bump stylelint from 16.9.0 to 16.10.0

Bump stylelint from 16.9.0 to 16.10.0 #791

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