Skip to content

Update license to gplv3 #7

Update license to gplv3

Update license to gplv3 #7

Workflow file for this run

name: Code Linting
on: [pull_request, workflow_dispatch]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run CodeSniffer
uses: discoverygarden/CodeSniffer@v1