Skip to content

Setup github workflow. #1

Setup github workflow.

Setup github workflow. #1

name: Continuous Deployment
on:
push:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest

Check failure on line 12 in .github/workflows/continuous-deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-deployment.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
steps:
- uses: actions/checkout@v4
- shell: bash
run: ./build.sh