File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - name : Scan for security vulnerabilities in JavaScript dependencies
3939 run : bin/importmap audit
4040
41- lint :
42- runs-on : ubuntu-latest
43- steps :
44- - name : Checkout code
45- uses : actions/checkout@v4
46-
47- - name : Set up Ruby
48- uses : ruby/setup-ruby@v1
49- with :
50- ruby-version : .ruby-version
51- bundler-cache : true
52-
53- - name : Lint code for consistent style
54- run : bin/rubocop -f github
55-
5641 test :
5742 runs-on : ubuntu-latest
5843
8671 env :
8772 RAILS_ENV : test
8873 DATABASE_URL : postgres://postgres:postgres@localhost:5432
89- run : RAILS_ENV=test bin/rails db:test:prepare spec
74+ run : RAILS_ENV=test bin/rails db:test:prepare spec
Original file line number Diff line number Diff line change 1+ name : Standard Ruby Linter
2+ on :
3+ push :
4+ workflow_dispatch :
5+
6+ jobs :
7+ build :
8+ runs-on : ubuntu-latest
9+ permissions :
10+ checks : write
11+ contents : write
12+ steps :
13+ - name : Standard Ruby
14+ uses : standardrb/standard-ruby-action@v1
You can’t perform that action at this time.
0 commit comments