diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9066fcb..cdcb429 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ on: pull_request: branches: ["main"] schedule: - - cron: '27 3 * * 4' + - cron: "27 3 * * 4" permissions: actions: read contents: read @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - language: ['javascript-typescript'] + language: ["javascript-typescript"] # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index db465f3..409a11c 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: '0 21 * * *' # 06:00 JST + - cron: "0 21 * * *" # 06:00 JST workflow_dispatch: permissions: read-all jobs: diff --git a/README.md b/README.md index 73605f6..1311fab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # actions-add-to-projects + PRやIssueをGitHub Projectsに追加するためのAction。 diff --git a/action.yml b/action.yml index 41e50f2..cb7bf39 100644 --- a/action.yml +++ b/action.yml @@ -1,12 +1,12 @@ -name: 'add-to-projects' -author: 'dev-hato Development Team' -description: 'PRやIssueをGitHub Projectsに追加する' +name: "add-to-projects" +author: "dev-hato Development Team" +description: "PRやIssueをGitHub Projectsに追加する" inputs: github-token: # id of input - description: 'GITHUB_TOKEN' + description: "GITHUB_TOKEN" required: true project-url: - description: 'GitHub Projects URL' + description: "GitHub Projects URL" required: true runs: using: "composite" diff --git a/renovate.json b/renovate.json index 749421a..3fac331 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>dev-hato/renovate-config" - ] + "extends": ["github>dev-hato/renovate-config"] }