Skip to content

General: Updated workflows #6

General: Updated workflows

General: Updated workflows #6

Workflow file for this run

name: Workflows
on: [push]
jobs:
ToxTests:
steps:

Check failure on line 7 in .github/workflows/wf.yml

View workflow run for this annotation

GitHub Actions / Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/wf.yml (Line: 7, Col: 5): Required property is missing: runs-on
- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y build-essential libboost-all-dev swig
- uses: Somerandomguy10111/devops/actions/basepy@main
- uses: Somerandomguy10111/devops/actions/toxtests@main
Dependencies:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y build-essential libboost-all-dev swig
- uses: Somerandomguy10111/devops/actions/basepy@main
- uses: Somerandomguy10111/devops/actions/deptry@main