Skip to content

Bump postcss from 8.4.47 to 8.4.49 (#445) #1560

Bump postcss from 8.4.47 to 8.4.49 (#445)

Bump postcss from 8.4.47 to 8.4.49 (#445) #1560

Workflow file for this run

name: RuboCop
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop