Skip to content

build(deps): bump ostree from 0.18.0 to 0.19.1 #207

build(deps): bump ostree from 0.18.0 to 0.19.1

build(deps): bump ostree from 0.18.0 to 0.19.1 #207

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
clippy:
name: Test/Clippy
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: clippy
- name: Install dependencies
run: sudo apt-get install -y libostree-dev flatpak-builder
- name: Check
uses: actions-rs/cargo@v1
with:
command: check
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
- name: Install freedesktop SDK
run: |
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install -y flathub org.freedesktop.Sdk//22.08 org.freedesktop.Platform//22.08 org.flatpak.Builder//stable
- name: Validation Tests
working-directory: tests
run: ./run_tests.sh