Skip to content

ability to generate barcodes in EAN13 format and add them to the exis… #20

ability to generate barcodes in EAN13 format and add them to the exis…

ability to generate barcodes in EAN13 format and add them to the exis… #20

Workflow file for this run

name: Analyze and build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter analyze
- run: flutter build web