Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #67

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #67

Workflow file for this run

name: PMD Source Code Analyzer on Push
on: [push]
jobs:
pmd:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: sfdx-actions/setup-pmd@v1
- name: "Checkout source code"
uses: actions/checkout@v2
- name: run-pmd
run: pmd -d ./force-app/main/default/classes/ -R rulesets/apex/quickstart.xml -f text