Skip to content

yellston-com/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

.github

yellston-com organization の共有設定・Reusable Workflows を管理するリポジトリです。

Reusable Workflows

Actions Lint

actionlintzizmor でワークフローファイルを lint します。

Tip

zizmor の unpinned-uses 警告を回避するには @main をコミットハッシュに置き換えてください。

name: Actions Lint

on:
  push:
    branches: [main]
    paths: ['.github/workflows/**']
  pull_request:
    branches: [main]
    paths: ['.github/workflows/**']

permissions:
  contents: read
  actions: read

jobs:
  lint:
    uses: yellston-com/.github/.github/workflows/actions-lint.yml@main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors