Skip to content

Commit

Permalink
Merge pull request #9 from darkwizard242/feature/add-support-for-ubun…
Browse files Browse the repository at this point in the history
…tu-noble

Add support for Ubuntu Noble
  • Loading branch information
darkwizard242 committed May 21, 2024
2 parents ffa4bc9 + 1025145 commit 1fbd543
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'
fetch-depth: 0
Expand All @@ -51,17 +51,17 @@ jobs:
strategy:
max-parallel: 10
matrix:
IMAGE: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]
IMAGE: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04, rockylinux-8, centos-7, debian-bullseye, debian-buster]

steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: '${{ env.CUSTOM_DIR }}'

- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ali Muhammad
Copyright (c) 2024 Ali Muhammad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![build-test](https://github.com/darkwizard242/ansible-role-shellcheck/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-shellcheck/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-shellcheck/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-shellcheck/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/43080?color=dark%20green%20) ![Ansible Role](https://img.shields.io/ansible/role/d/43080?label=role%20downloads) ![Ansible Quality Score](https://img.shields.io/ansible/quality/43080?label=ansible%20quality%20score) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=alert_status)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-shellcheck?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-shellcheck?color=orange&style=flat-square)
[![build-test](https://github.com/darkwizard242/ansible-role-shellcheck/workflows/build-and-test/badge.svg?branch=master)](https://github.com/darkwizard242/ansible-role-shellcheck/actions?query=workflow%3Abuild-and-test) [![release](https://github.com/darkwizard242/ansible-role-shellcheck/workflows/release/badge.svg)](https://github.com/darkwizard242/ansible-role-shellcheck/actions?query=workflow%3Arelease) ![Ansible Role](https://img.shields.io/ansible/role/d/darkwizard242/shellcheck) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=ansible-role-shellcheck&metric=security_rating)](https://sonarcloud.io/dashboard?id=ansible-role-shellcheck) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/darkwizard242/ansible-role-shellcheck?label=release) ![GitHub repo size](https://img.shields.io/github/repo-size/darkwizard242/ansible-role-shellcheck?color=orange&style=flat-square)

# Ansible Role: shellcheck

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- noble
- jammy
- focal
- bionic
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lint: |
ansible-lint
flake8
platforms:
- name: ${DISTRO:-ubuntu-22.04}
image: "darkwizard242/ansible:${DISTRO:-ubuntu-22.04}"
- name: ${DISTRO:-ubuntu-24.04}
image: "darkwizard242/ansible:${DISTRO:-ubuntu-24.04}"
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
Expand Down

0 comments on commit 1fbd543

Please sign in to comment.