Skip to content

Bump CI upload/download actions (fix tarpaulin job) (#1361) #242

Bump CI upload/download actions (fix tarpaulin job) (#1361)

Bump CI upload/download actions (fix tarpaulin job) (#1361) #242

Workflow file for this run

name: Zepter
on:
pull_request:
branches:
- master
paths-ignore:
- '**/README.md'
push:
branches:
- master
paths-ignore:
- '**/README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Install deps
run: sudo apt -y install protobuf-compiler
- name: Install & display rust toolchain
run: rustup show
- name: Install Zepter
run: cargo install zepter -f --locked && zepter --version
- name: Check Rust features
run: zepter run check