Skip to content

Merge branch 'main' of https://github.com/dylanrayboss/asdf-protoc-ge… #8

Merge branch 'main' of https://github.com/dylanrayboss/asdf-protoc-ge…

Merge branch 'main' of https://github.com/dylanrayboss/asdf-protoc-ge… #8

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@v3
- 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@v3
- 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