From f63cc85abaea3643dc8344ee0c070725656c24d3 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 14 Sep 2021 02:00:41 -0500 Subject: [PATCH] chore: run format --- .github/workflows/CI.yml | 2 +- .terserrc.js | 2 +- README.md | 2 +- action.yml | 4 ++-- package.json | 1 + pnpm-lock.yaml | 6 ++++++ 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 03f558d8..69b6e3f3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,4 +87,4 @@ jobs: run: pnpm run test.format - name: Lint ✨ - run: pnpm run test.lint \ No newline at end of file + run: pnpm run test.lint diff --git a/.terserrc.js b/.terserrc.js index 6ac3b14d..66be2602 100644 --- a/.terserrc.js +++ b/.terserrc.js @@ -1 +1 @@ -module.exports = require("terser-config-atomic") \ No newline at end of file +module.exports = require("terser-config-atomic") diff --git a/README.md b/README.md index fca9a6cf..054a929f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Install all the tools required for building and testing C++/C projects. The last setup-cpp action that you need. ![Build Status (Github Actions)](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg) -[![Dependency Status](https://david-dm.org/aminya/setup-cpp.svg)](https://david-dm.org/aminya/setup-cpp) \ No newline at end of file +[![Dependency Status](https://david-dm.org/aminya/setup-cpp.svg)](https://david-dm.org/aminya/setup-cpp) diff --git a/action.yml b/action.yml index c3439435..ef36860c 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ runs: main: "dist/index.js" branding: - icon: 'award' - color: 'blue' \ No newline at end of file + icon: "award" + color: "blue" diff --git a/package.json b/package.json index 66b19525..cfb2dfbc 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "meson" ], "dependencies": { + "@actions/core": "^1.5.0", "parcel": "^2.0.0-rc.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5434af7..44388e23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,7 @@ importers: .: specifiers: + '@actions/core': ^1.5.0 '@types/node': ^16.9.1 cross-env: 7.0.3 eslint-config-atomic: ^1.16.2 @@ -13,6 +14,7 @@ importers: terser-config-atomic: ^0.1.1 typescript: ^4.4.3 dependencies: + '@actions/core': 1.5.0 parcel: 2.0.0-rc.0 devDependencies: '@types/node': 16.9.1 @@ -25,6 +27,10 @@ importers: packages: + /@actions/core/1.5.0: + resolution: {integrity: sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==} + dev: false + /@aminya/eslint-plugin-only-warn/1.2.2: resolution: {integrity: sha512-0VdfoicL+dorb0WrbbhsFsH8xH+8X2Y6CrO/3br68kimkMNOJB/5DFGRraVDYHfCIQgMnlv5Q9GX1yI7V4GcgQ==} engines: {node: '>=6'}