Skip to content

Bump nokogiri from 1.13.9 to 1.14.3 #112

Bump nokogiri from 1.13.9 to 1.14.3

Bump nokogiri from 1.13.9 to 1.14.3 #112

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
lint:
# Run GH Super-Linter against code base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cat .github/super-linter.env >> "$GITHUB_ENV"
- name: Lint Code Base
uses: github/super-linter@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: develop