Skip to content

Get loglevel from environment #16

Get loglevel from environment

Get loglevel from environment #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- '**.swift'
- '**.yml'
pull_request:
workflow_dispatch:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'swift:5.9'
- 'swift:5.10'
container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: swift test