Skip to content

Commit

Permalink
clean up and autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 14, 2022
1 parent c43adfa commit 847b7b6
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
name: CI

name: ci
on:
- push
- pull_request

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- 'head'
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "head"
env:
BUNDLE_WITHOUT: development
steps:
Expand Down

0 comments on commit 847b7b6

Please sign in to comment.