Skip to content

Setup Github Actions #5

Setup Github Actions

Setup Github Actions #5

Workflow file for this run

name: Github Actions
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
using: docker

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

View workflow run for this annotation

GitHub Actions / Github Actions

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 10, Col: 5): Unexpected value 'using' .github/workflows/main.yml (Line: 11, Col: 5): Unexpected value 'image'
image: Dockerfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make install
- run: invoke test