Skip to content

add a gm version command #279

add a gm version command

add a gm version command #279

Workflow file for this run

name: 🌃 Nightly compatibility check
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
check-merge:
runs-on: ubuntu-latest
steps:
- name: Checking out repository
uses: actions/checkout@v3
- name: Docker Fix (for act)
run: |
git fetch origin
git reset --hard ${{ github.sha }}
shell: bash
if: ${{ env.ACT }}
- uses: amtoine/[email protected]
with:
do_push: false