Skip to content

Fix CI: Switch to original redmine_sidekiq repository with Rails 6+ c… #97

Fix CI: Switch to original redmine_sidekiq repository with Rails 6+ c…

Fix CI: Switch to original redmine_sidekiq repository with Rails 6+ c… #97

Workflow file for this run

name: Run StyleLint
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: node_modules/.bin/stylelint "assets/stylesheets/*.css"