Skip to content

chore(deps): bump GoogleCloudPlatform/release-please-action from 3 to 4 #11

chore(deps): bump GoogleCloudPlatform/release-please-action from 3 to 4

chore(deps): bump GoogleCloudPlatform/release-please-action from 3 to 4 #11

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
- name: Run ShellCheck
run: scripts/shellcheck.bash
shellfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v2
- name: List file to shfmt
run: shfmt -f .
- name: Run shfmt
run: scripts/shfmt.bash