Skip to content

Move default registry to CloudFront #23

Move default registry to CloudFront

Move default registry to CloudFront #23

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
run: cargo clippy
- name: Run tests
run: cargo test