Skip to content

Update dependency vapor/leaf to from: "4.4.1" #569

Update dependency vapor/leaf to from: "4.4.1"

Update dependency vapor/leaf to from: "4.4.1" #569

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
env:
FONTAWESOME_TOKEN: ${{ secrets.FONTAWESOME_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
set -ex
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} .