From de1e0e7060f20ba033e89fd47ce189bbc566ed08 Mon Sep 17 00:00:00 2001 From: Rafael M Date: Wed, 8 Feb 2023 10:46:19 +0100 Subject: [PATCH] fix: update runner size and icons --- .github/workflows/linter.yml | 22 +++++++++++----------- .github/workflows/test.yml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 18669fa..b2a31ec 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,22 +5,22 @@ on: workflow_call: inputs: install-all: - description: 'Install dependencies using `install-all`' + description: "Install dependencies using `install-all`" required: false type: boolean default: false generate-keys: - description: 'Whether to run command for dummy key generation' + description: "Whether to run command for dummy key generation" required: false type: boolean default: false log-level: - description: 'Which log level to use for `super-linter`' + description: "Which log level to use for `super-linter`" required: false type: string - default: 'VERBOSE' + default: "VERBOSE" validate-all-codebase: - description: 'Whether to run validation on all files' + description: "Whether to run validation on all files" required: false type: boolean default: true @@ -121,7 +121,7 @@ env: jobs: build: name: Lint Code Base - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest-4-cores timeout-minutes: 90 permissions: contents: read @@ -137,15 +137,15 @@ jobs: with: persist-credentials: false repository: swrlab/node-utils - ref: 'main' - path: '.utils' + ref: "main" + path: ".utils" - - name: ⛺️ Install Node.js + - name: πŸ— Install Node.js uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} - cache: 'yarn' - cache-dependency-path: '**/yarn.lock' + cache: "yarn" + cache-dependency-path: "**/yarn.lock" - name: πŸ“¦ Install Dependencies (if `install:all`) if: inputs.install-all == true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44d51a0..58b9b43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: πŸ‘€ Checkout Code uses: actions/checkout@v3 - - name: ⛺️ Install Node.js + - name: πŸ— Install Node.js uses: actions/setup-node@v3 with: node-version: 18