mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-12-22 04:43:32 +01:00
Minor cleanup of unused/irrelevant components.
This commit is contained in:
parent
29c40c5e62
commit
aab8166ea1
3 changed files with 0 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,13 +2,9 @@
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
lerna-debug.log*
|
|
||||||
|
|
||||||
# Dependency directories
|
# Dependency directories
|
||||||
node_modules/
|
node_modules/
|
||||||
jspm_packages/
|
|
||||||
|
|
||||||
# Optional npm cache directory
|
# Optional npm cache directory
|
||||||
.npm
|
.npm
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const core = require("@actions/core");
|
const core = require("@actions/core");
|
||||||
// const github = require("@actions/github");
|
|
||||||
const { "main": markdownlintCli2 } = require("markdownlint-cli2");
|
const { "main": markdownlintCli2 } = require("markdownlint-cli2");
|
||||||
|
|
||||||
const logMessage = core.info;
|
const logMessage = core.info;
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "markdownlint-cli2-action",
|
"name": "markdownlint-cli2-action",
|
||||||
"version": "0.0.1",
|
|
||||||
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
|
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "David Anson",
|
"name": "David Anson",
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "~1.2.6",
|
"@actions/core": "~1.2.6",
|
||||||
"@actions/github": "~4.0.0",
|
|
||||||
"markdownlint-cli2": "~0.0.13"
|
"markdownlint-cli2": "~0.0.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue