Skip to content

Add a workflow to check versions in the modpack index #6

Add a workflow to check versions in the modpack index

Add a workflow to check versions in the modpack index #6

Workflow file for this run

# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Louis Moureaux <[email protected]>
name: Check versions
on:
push: {}
pull_request: {}
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: sudo apt-get install curl jq
- run: |
ls -la
which sh
set -x
set -e
sh check-versions.sh