Skip to content

Commit

Permalink
feat(ci): minver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 1, 2024
1 parent f8c608d commit cfdc75c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/minver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: MinVer # minimum required-version of dependencies on Linux

on:
pull_request:
push:
branches: [ main ]
tags: [ '*' ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Linux:
uses: ./.github/workflows/ci.yml
with:
runner: ubuntu-latest
container: archlinux/archlinux:latest
verset: minver

0 comments on commit cfdc75c

Please sign in to comment.