Skip to content

Added Notesnook to dil-dil-pakistan #4599

Added Notesnook to dil-dil-pakistan

Added Notesnook to dil-dil-pakistan #4599

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
merge_group:
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Ruby
uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # v1.222.0
with:
bundler-cache: true
- name: Run linters
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
if: ${{ github.event_name == 'pull_request' }}
with:
auto_fix: true
rubocop: true
rubocop_command_prefix: bundle exec