Skip to content

Commit

Permalink
switch to ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Aug 30, 2024
1 parent 66c2d4a commit 622626c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/setup-ruby@v2
with:
node-version: 16.x
- run: npm install
- run: npm run standard
ruby-version: "3.3.4"
- run: bundle install
- run: bundle exec standardrb

0 comments on commit 622626c

Please sign in to comment.