Skip to content

Commit

Permalink
chore: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nandenjin committed Mar 27, 2024
1 parent 374bd10 commit cf8e30c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-dist.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "release-please--**"
- 'release-please--**'
workflow_dispatch:

permissions:
Expand All @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit cf8e30c

Please sign in to comment.