Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMegaNova committed Dec 11, 2023
1 parent 14ccfbe commit ff52ad8
Showing 1 changed file with 21 additions and 27 deletions.
48 changes: 21 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,35 @@ defaults:

jobs:

# lint:
# name: Lint
# runs-on: ubuntu-latest
# steps:
# - name: Check out the codebase.
# uses: actions/checkout@v2
# with:
# path: 'postgresql'
#
# - name: Set up Python 3.
# uses: actions/setup-python@v2
# with:
# python-version: '3.x'
#
# - name: Install test dependencies.
# run: pip3 install yamllint
#
# - name: Lint code.
# run: |
# yamllint .
lint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'postgresql'

- name: Set up Python 3.
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install yamllint

- name: Lint code.
run: |
yamllint .
molecule:
name: Molecule
runs-on: ubuntu-latest
strategy:
matrix:
include:
- distro: centos8
- distro: debian9
- distro: debian10
- distro: rockylinux8
- distro: debian11
- distro: fedora37
- distro: ubuntu1604
- distro: ubuntu1804
- distro: ubuntu2004
- distro: ubuntu2204

steps:
Expand Down

0 comments on commit ff52ad8

Please sign in to comment.