mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Update ci.yml
This commit is contained in:
parent
72007b74bd
commit
dd0eb948cc
1 changed files with 16 additions and 0 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -53,6 +53,22 @@ jobs:
|
|||
- name: Lint code for consistent style
|
||||
run: bin/rubocop -f github
|
||||
|
||||
zeitwerk:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: .ruby-version
|
||||
bundler-cache: true
|
||||
|
||||
- name: Run Rails Zeitwerk check
|
||||
run: bin/rails zeitwerk:check
|
||||
|
||||
# test:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue