Skip to content

Update dependency ubuntu to v24 #184

Update dependency ubuntu to v24

Update dependency ubuntu to v24 #184

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}