Skip to content

-ffile-prefix-map=<staging>=. and --build-id injection in compiler-wrapper #47

-ffile-prefix-map=<staging>=. and --build-id injection in compiler-wrapper

-ffile-prefix-map=<staging>=. and --build-id injection in compiler-wrapper #47

Workflow file for this run

name: shellcheck
on:
push:
branches: [master]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run shellcheck
run: shellcheck cc.sh test/*.sh benchmark/*.sh
- name: Run tests
run: sh test/run.sh