Skip to content

Merge branch 'main' of https://github.com/fabiograsso/okta-lab-radius #18

Merge branch 'main' of https://github.com/fabiograsso/okta-lab-radius

Merge branch 'main' of https://github.com/fabiograsso/okta-lab-radius #18

Workflow file for this run

name: Shell Script Formatting
on: [push, pull_request]
jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shfmt
run: sudo apt-get install -y shfmt
- name: Run shfmt
run: shfmt -d .