Skip to content

Bump commonmarker from 0.23.6 to 0.23.9 #116

Bump commonmarker from 0.23.6 to 0.23.9

Bump commonmarker from 0.23.6 to 0.23.9 #116

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