Skip to content

Inline fonts to not accidentally leak data to 3rd party hosting the fonts #10

Inline fonts to not accidentally leak data to 3rd party hosting the fonts

Inline fonts to not accidentally leak data to 3rd party hosting the fonts #10

name: Build Docker image.
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile