Skip to content

fix: upgrade com.opencsv:opencsv from 5.9 to 5.10 (#582) #2

fix: upgrade com.opencsv:opencsv from 5.9 to 5.10 (#582)

fix: upgrade com.opencsv:opencsv from 5.9 to 5.10 (#582) #2

Workflow file for this run

name: Check shell scripts
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Detect errors in shell scripts
run: make shellerrors