Skip to content

Retrofit template with all the videocall stuff #3

Retrofit template with all the videocall stuff

Retrofit template with all the videocall stuff #3

Workflow file for this run

# Based on https://github.com/actions-rs/meta/blob/master/recipes/quickstart.md

Check failure on line 1 in .github/workflows/frontend.yaml

View workflow run for this annotation

GitHub Actions / check frontend

Invalid workflow file

The workflow is not valid. .github/workflows/frontend.yaml: (Line: 15, Col: 16, Idx: 238) - (Line: 15, Col: 26, Idx: 248): While scanning a plain scalar, find unexpected ':'.
on:
pull_request:
paths:
- 'yew-ui/**'
- 'types/**'
- Dockerfile.yew
- nginx.conf
name: check frontend
env:
ACTIX_PORT: {ACTIX_PORT:-8080}
TRUNK_SERVE_PORT: ${TRUNK_SERVE_PORT:-80}
ENABLE_OAUTH: true
LOGIN_URL: http://localhost:${ACTIX_PORT:-8080}/login
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected]
with:
components: clippy, rustfmt
# - run: cd yew-ui && cargo clippy -- --deny warnings
- run: rustup target add wasm32-unknown-unknown
- run: cd yew-ui && cargo fmt --check
- run: cd yew-ui && cargo test