Skip to content

feat: Updated README.md #3

feat: Updated README.md

feat: Updated README.md #3

Workflow file for this run

name: .github/workflows/main.yml
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: '1.19'

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
- name: Install mill
run: curl -L -o mill https://github.com/lihaoyi/mill/releases/download/<mill_version>/mill -sSf
- name: Make mill executable
run: chmod +x mill
- name: Run mill command
run: mill <command>
- name: Additional steps
- name: Additional steps
uses: actions/setup-java@v2
with:
java-version: '1.19'