Skip to content

fix: remove webrick by updating dependencies #170

fix: remove webrick by updating dependencies

fix: remove webrick by updating dependencies #170

Workflow file for this run

name: Linting
on: [pull_request, workflow_dispatch, workflow_call]
concurrency:
group: lint-${{ github.event.number }}
cancel-in-progress: true
jobs:
linting:
name: Linting
runs-on: macos-13
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Dependencies
run: bundle install
- name: Run Linting
run: bundle exec fastlane lint summary:$GITHUB_STEP_SUMMARY