Skip to content

chore: fix syntax error in yml #15

chore: fix syntax error in yml

chore: fix syntax error in yml #15

Workflow file for this run

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
spark-formatter: false
spark-cheat-sheets: false
sobelow: false
igniter-upgrade: false
rustler-precompiled-var: IGNITERJS_BUILD
rustler-precompiled-module: IgniterJs.Native
env:

Check failure on line 20 in .github/workflows/elixir.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/elixir.yml (Line: 20, Col: 5): Unexpected value 'env'
IGNITERJS_BUILD: 1
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}