Skip to content

Merge pull request #53 from therealprof/dependabot/github_actions/act… #107

Merge pull request #53 from therealprof/dependabot/github_actions/act…

Merge pull request #53 from therealprof/dependabot/github_actions/act… #107

Workflow file for this run

on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Continuous integration
jobs:
ci_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-spi
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-i2c
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-parallel-gpio