Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Retire Anne and Darian from maintainers and codeowners #18

Retire Anne and Darian from maintainers and codeowners

Retire Anne and Darian from maintainers and codeowners #18

name: Test Building Artifacts
on:
pull_request:
env:
CARGO_TERM_COLOR: always
concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
cancel-in-progress: true
jobs:
build_artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Display envvars
run: env
- name: Install Just
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | sudo bash -s -- --to /usr/local/bin
- name: Build Artifacts
run: just ci-build-artifacts