Skip to content

Commit

Permalink
Test action commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym committed Aug 7, 2023
1 parent 4a0f88b commit dd24292
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black_linter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Black linter and code formatter
on: [pull_request]
on: pull_request
jobs:
lint:
runs-on: ubuntu-20.04
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check URLs

on: push

jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
print_all: false
timeout: 5
retry_count: 3
2 changes: 1 addition & 1 deletion .github/workflows/conventional_pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Conventional PRs
on: ["pull_request"]
on: pull_request

jobs:
title-format:
Expand Down

0 comments on commit dd24292

Please sign in to comment.