Skip to content

Bump nokogiri from 1.15.2 to 1.16.2 #654

Bump nokogiri from 1.15.2 to 1.16.2

Bump nokogiri from 1.15.2 to 1.16.2 #654

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.7.2
with:
args: --failOnErrors --no-publish-check
env:
# add token to secrets
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pod:
runs-on: macOS-12
steps:
- uses: actions/checkout@v1
- name: Generate projects
run: make init
- name: Lint
run: make lint_lib