Skip to content

chore(deps): bump MSTest.TestFramework from 3.6.2 to 3.6.3 #1193

chore(deps): bump MSTest.TestFramework from 3.6.2 to 3.6.3

chore(deps): bump MSTest.TestFramework from 3.6.2 to 3.6.3 #1193

Workflow file for this run

name: Prettier
on: pull_request
jobs:
prettier:
name: Prettier JSON Formatter
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install Prettier
run: npm install prettier
- name: Run Prettier
uses: wearerequired/lint-action@v2
with:
github_token: "${{ secrets.github_token }}"
eslint: false
prettier: true
auto_fix: false
prettier_args: --ignore-path .prettierignore