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-Latest
    steps:
      - uses: 5ouma/utils/pre-commit@v0.4.9
        with:
          token: ${{ secrets.GITHUB_TOKEN }} # Optional

🍞 Setup Bun with Cache

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

πŸ”’ Update Deno Lock File

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

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-Latest
    steps:
      - uses: fuxingloh/multi-labeler@v4
        with:
          config-repo: 5ouma/utils

🎨 Renovate

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

Sponsor this project

 

Contributors 4

  •  
  •  
  •  
  •