From cf8e30c32ae1f753f869b5207e38c643f86fbbc4 Mon Sep 17 00:00:00 2001 From: Kazumi Inada Date: Wed, 27 Mar 2024 14:25:36 +0900 Subject: [PATCH] chore: lintfix --- .github/workflows/update-dist.yaml | 6 +++--- action.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-dist.yaml b/.github/workflows/update-dist.yaml index af5161c..593ef19 100644 --- a/.github/workflows/update-dist.yaml +++ b/.github/workflows/update-dist.yaml @@ -1,7 +1,7 @@ on: push: branches: - - "release-please--**" + - 'release-please--**' workflow_dispatch: permissions: @@ -14,8 +14,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20" - cache: "npm" + node-version: '20' + cache: 'npm' - run: npm ci - run: npm run build - run: | diff --git a/action.yml b/action.yml index 9cacd4a..03f7ed7 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ -name: "setup-openframeworks-action" -description: "Setup openFrameworks in workflow" -author: "Kazumi Inada" +name: 'setup-openframeworks-action' +description: 'Setup openFrameworks in workflow' +author: 'Kazumi Inada' inputs: runs: - using: "node20" - main: "dist/index.js" + using: 'node20' + main: 'dist/index.js'