Skip to content

Commit

Permalink
Return CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Feb 17, 2025
1 parent c1f2dbb commit f1066f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
rubocop:
uses: ./.github/workflows/rubocop.yml
# reek:
# uses: ./.github/workflows/reek.yml
# eslint:
# uses: ./.github/workflows/eslint.yml
reek:
uses: ./.github/workflows/reek.yml
eslint:
uses: ./.github/workflows/eslint.yml
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: Tests

on: [push]

# jobs:
# build:
# uses: ./.github/workflows/rspec.yml
jobs:
build:
uses: ./.github/workflows/rspec.yml

0 comments on commit f1066f1

Please sign in to comment.