Skip to content

35305 stop showing +/ if all subtasks are closed #49

35305 stop showing +/ if all subtasks are closed

35305 stop showing +/ if all subtasks are closed #49

Workflow file for this run

name: Run Linters
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Setup gems
run: |
cp test/support/gemfile.rb Gemfile
bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: |
bundle exec rubocop -S
- name: Run Brakeman
run: |
bundle exec brakeman -5