From c8e8012650dee5a94f58fe2910fddc49c9f2bae1 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Fri, 31 May 2024 10:43:17 +0500 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..54fad41cd --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,20 @@ +name: Test +run-name: "Test #${{ github.run_number }}" + +on: + push: + +jobs: + info: + name: Project Info + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4.1.4 + + - name: Replace strings + shell: bash + run: java -jar pakku.jar import TerraFirmaGreg-1.20.x-0.7.9-cf.zip + + \ No newline at end of file