Skip to content

Update exit codes and handle sigs #19

Update exit codes and handle sigs

Update exit codes and handle sigs #19

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Initialize and update submodules
run: git submodule update --init --recursive
- name: Run Bats tests
run: cd cli_meter
run: bats test

Check failure on line 23 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 23, Col: 9): 'run' is already defined