Skip to content

Don't use empty string for project name fallback #98

Don't use empty string for project name fallback

Don't use empty string for project name fallback #98

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Grant access to private repository
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.POLYJUICE_DEPLOY_KEY }}
- name: Test
run: cargo test