Skip to content

chore(deps): bump ryohidaka/action-sh-format from 0.2.4 to 0.3.2 in the dependencies group #8

chore(deps): bump ryohidaka/action-sh-format from 0.2.4 to 0.3.2 in the dependencies group

chore(deps): bump ryohidaka/action-sh-format from 0.2.4 to 0.3.2 in the dependencies group #8

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: write
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: ShellScript Formatter
uses: ryohidaka/action-sh-format@v0.3.2
with:
path: "./scripts"