Skip to content

Add Ruby 3.3 to test matrix #318

Add Ruby 3.3 to test matrix

Add Ruby 3.3 to test matrix #318

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: macOS-14
permissions:
pull-requests: write
statuses: write
env:
DEVELOPER_DIR: '/Applications/Xcode_15.4.app/Contents/Developer'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rake periphery:install
- run: bundle exec danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}