Skip to content

feat(formating): Sort imports #198

feat(formating): Sort imports

feat(formating): Sort imports #198

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: "webfont-kit-generator-devel.flatpak"
manifest-path: "build-aux/com.rafaelmardojai.WebfontKitGenerator.json"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}