Skip to content

Now I can install deps. #4

Now I can install deps.

Now I can install deps. #4

name: CI
on:
push:
branches: [main]
jobs:
lint-and-unit:
runs-on: ubuntu-latest
container: mcr.microsoft.com/devcontainers/python:1-3.12-bookworm
steps:
- uses: actions/checkout@v4
- name: "Install dependencies"
run: "./install-dependencies.sh"
run: "which task"

Check failure on line 14 in .github/workflows/github-actions.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/github-actions.yml (Line: 14, Col: 9): 'run' is already defined .github/workflows/github-actions.yml (Line: 15, Col: 9): 'run' is already defined
run: "task --version"