Skip to content

Merge pull request #6 from cocoatype/5-barcodes-clipped-in-some-cases #8

Merge pull request #6 from cocoatype/5-barcodes-clipped-in-some-cases

Merge pull request #6 from cocoatype/5-barcodes-clipped-in-some-cases #8

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:6.0'
container:
image: ${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: swift test