Skip to content

[integration tests] list datasets using API #689

[integration tests] list datasets using API

[integration tests] list datasets using API #689

Workflow file for this run

name: shellcheck
on:
push:
branches:
- "**" # matches every branch
- "!main" # excludes main
paths:
- "**.sh"
- "tools/sda-admin"
jobs:
shelcheck:
name: shellsheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: check all scripts
uses: ludeeus/action-shellcheck@master