Skip to content

Commit

Permalink
try another workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-lan committed Aug 8, 2023
1 parent 4a162bf commit be9fe40
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
name: 'ortho-check'
name: 'Styles'

on: pull_request

jobs:
rspec:
runs-on: ubuntu-latest
env:
USER_PATH: ${PATH}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
- name: Run Rubocop
run: bundle exec rubocop
styles:
uses: forward3d/github-actions-workflows/.github/workflows/styles.yml@main
with:
working-directory: .
secrets:
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}

0 comments on commit be9fe40

Please sign in to comment.