Skip to content

Bump corentinmusard/otel-cicd-action from 1 to 2 #293

Bump corentinmusard/otel-cicd-action from 1 to 2

Bump corentinmusard/otel-cicd-action from 1 to 2 #293

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt -y install shellcheck
- name: Run ShellCheck
run: |
shellcheck -V
shellcheck -x bin/*.bash