Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Rename this workflow to CI so the Dependabot merger will recognise it.
  • Loading branch information
MuriloDalRi committed Apr 16, 2024
1 parent 248c983 commit b327c27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: CI
on: [push, pull_request]
jobs:

Expand All @@ -21,7 +21,8 @@ jobs:
security-events: write
actions: read

test:
test-ruby:
name: Test Ruby
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b327c27

Please sign in to comment.