Skip to content

Bump css-loader from 7.1.1 to 7.1.2 #1866

Bump css-loader from 7.1.1 to 7.1.2

Bump css-loader from 7.1.1 to 7.1.2 #1866

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Yarn
run: yarn
- name: Run lints
run: bundle exec rake lint