Skip to content

Commit

Permalink
Merge branch 'main' into rel_400
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitthakur2590 authored Dec 1, 2023
2 parents 54862f5 + 1585631 commit 6cefbcd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ profile: production
exclude_paths:
- changelogs/changelog.yaml
skip_list:
# this rule error out correct vars names for network validated content.
# this rule error out correct vars names for network validated content
- var-naming[no-role-prefix]
3 changes: 0 additions & 3 deletions .config/ansible-lint.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

jobs:
changelog:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Network OSPF Validated Content
[![CI](https://github.com/redhat-cop/network.ospf/actions/workflows/tests.yml/badge.svg?event=schedule)](https://github.com/redhat-cop/network.ospf/actions/workflows/tests.yml)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7404/badge)](https://bestpractices.coreinfrastructure.org/projects/7404)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7662/badge)](https://bestpractices.coreinfrastructure.org/projects/7662)

This repository contains the `network.ospf` Ansible Collection.

Expand Down
Empty file added changelogs/fragments/.keep
Empty file.
3 changes: 3 additions & 0 deletions changelogs/fragments/trivial_lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- "Fix lint action reference."

0 comments on commit 6cefbcd

Please sign in to comment.