Skip to content

ability to generate barcodes in EAN13 format and add them to the existing list of codes on the website #60

ability to generate barcodes in EAN13 format and add them to the existing list of codes on the website

ability to generate barcodes in EAN13 format and add them to the existing list of codes on the website #60

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