Skip to content

Merge pull request #157 from dxw/renovate/docker-build-push-action-6.x #86

Merge pull request #157 from dxw/renovate/docker-build-push-action-6.x

Merge pull request #157 from dxw/renovate/docker-build-push-action-6.x #86

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Run Standard.rb
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run linting
run: bin/standardrb