Skip to content

Bump System.Drawing.Common from 6.0.0 to 8.0.4 #172

Bump System.Drawing.Common from 6.0.0 to 8.0.4

Bump System.Drawing.Common from 6.0.0 to 8.0.4 #172

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Lint
uses: github/super-linter@main
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: false