From ae5c6c6f17f2e741d4ceded0c92121d7aa5d0a1b Mon Sep 17 00:00:00 2001 From: aimov6464 Date: Sun, 18 Jan 2026 23:13:30 +0400 Subject: [PATCH] added github actions workflows ci --- .githhub/workflows/main.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .githhub/workflows/main.yml diff --git a/.githhub/workflows/main.yml b/.githhub/workflows/main.yml deleted file mode 100644 index 1225515..0000000 --- a/.githhub/workflows/main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Set up Amazon Corretto 25 - uses: actions/setup-java@v4 - with: - distribution: 'corretto' - java-version: '25' - cache: 'maven' - - - name: Build & run unit tests - run: mvn -q -B test