Skip to content

github workflow and actions #13

github workflow and actions

github workflow and actions #13

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-extension:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions
with:

Check failure on line 15 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 15, Col: 5): Unexpected value 'with'
secret_input: ${{ secrets.SUBMIT_KEYS }}