Skip to content

Commit

Permalink
Update tests rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 15, 2024
1 parent 1963230 commit 0378157
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/code-style-dev.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,6 @@ on:
permissions: read-all

jobs:
container_main:
runs-on: ubuntu-latest

name: Container - main

steps:
- name: Checkout code
uses: actions/checkout@main

- name: Check the container
uses: TheDragonCode/codestyler@main
with:
verbose: true

container_3x:
runs-on: ubuntu-latest

name: Container - 3.x

steps:
- name: Checkout code
uses: actions/checkout@main

- name: Check the container
uses: TheDragonCode/[email protected]
with:
verbose: true

unit:
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0378157

Please sign in to comment.