Skip to content
/ utils Public

๐Ÿ”ง Utilities to make my life better

Notifications You must be signed in to change notification settings

5ouma/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Utils

๐Ÿ”ง Utilities to make my life better


GitHub Release Release pre-commit

Repobeats Analytics Image



๐Ÿ™ GitHub Composite Actions

๐Ÿšธ pre-commit

jobs:
  job:
    runs-on: Ubuntu-Slim
    steps:
      - uses: 5ouma/utils/pre-commit@v0.7.2
        with:
          config: /path/to/pre-commit-config.yml # Optional
          token: ${{ secrets.GITHUB_TOKEN }} # Optional

๐Ÿž Setup Bun with Cache

jobs:
  job:
    runs-on: Ubuntu-Latest
    steps:
      - uses: 5ouma/utils/setup-bun-with-cache@v0.7.2

๐Ÿ”’ Update Deno Lock File

jobs:
  job:
    runs-on: Ubuntu-Slim
    steps:
      - uses: 5ouma/utils/update-deno-lock-file@v0.7.2

Important

You need to:

  1. install autofix.ci to commit the changes.
  2. name workflows autofix.ci

๐Ÿท๏ธ Labeler

jobs:
  job:
    permissions:
      pull-requests: write
    runs-on: Ubuntu-Slim
    steps:
      - uses: fuxingloh/multi-labeler@v4
        with:
          config-repo: 5ouma/utils

๐Ÿšธ pre-commit hooks

default_install_hook_types:
  - pre-push

repos:
  - repo: https://github.com/5ouma/utils
    rev: v0.7.2
    hooks:
      - id: upload-git-commit-notion

๐ŸŽจ Renovate

{
  "extends": ["github>5ouma/utils#v0.7.2", "github>5ouma/utils:labels#v0.7.2"]
}

Sponsor this project

 

Contributors 4

  •  
  •  
  •  
  •  

Languages