Skip to content

Implement Redmine 6.0 compatibility with Rails 7, selective model inheritance, and WikiFormatting integration #114

Implement Redmine 6.0 compatibility with Rails 7, selective model inheritance, and WikiFormatting integration

Implement Redmine 6.0 compatibility with Rails 7, selective model inheritance, and WikiFormatting integration #114

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"