Skip to content

Update Links in the Slice Subtree #22

Update Links in the Slice Subtree

Update Links in the Slice Subtree #22

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build_and_test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
uses: ./.github/actions/build
env:
SLICEC_DEPLOY_KEY: ${{ secrets.SLICEC_DEPLOY_KEY }}
NUGET_API_TOKEN: ${{ secrets.NUGET_API_TOKEN }}
- name: Publish
uses: ./.github/actions/publish
- name: Build Examples
uses: ./.github/actions/build-examples
- name: Run Tests
uses: ./.github/actions/test
- name: Test Templates
uses: ./.github/actions/test-templates