Skip to content

Workflow file for this run

name: Build libhkl library

Check failure on line 1 in .github/workflows/libhkl.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/libhkl.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on: push
defaults:
run:
shell: bash -l {0}
jobs:
build:
name: build job
runs-on: ubuntu-latest
steps:
-name: Diagnostics
run: |
apt-cache show gobject-introspection
apt-cache show libgsl-dev
cat /etc/os-release