Skip to content

Transform EZPaarse to anonymized JSON with department/role #2

Transform EZPaarse to anonymized JSON with department/role

Transform EZPaarse to anonymized JSON with department/role #2

Workflow file for this run

name: lint-test
on: [push]
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check valid sh
run: find . -name "*.sh" -exec shellcheck {} \;