Skip to content

Commit

Permalink
Add new test action
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jul 4, 2024
1 parent df317d9 commit b6fde07
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/check_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ jobs:

steps:
- name: Test New Action
uses: danudey/check-release-notes@v0.1
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: .
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- name: Install GitHub Python module
id: gh-py-mod
run: python3 -m pip install -U -r requirements.txt
- name: Check Release Notes
id: release-notes
run: ./check_release_notes.py
uses: danudey/check-release-notes@v0.2
# - name: Checkout
# uses: actions/checkout@v4
# with:
# sparse-checkout: .
# - name: Setup Python
# uses: actions/setup-python@v5
# with:
# python-version: '3.12'
# cache: 'pip' # caching pip dependencies
# - name: Install GitHub Python module
# id: gh-py-mod
# run: python3 -m pip install -U -r requirements.txt
# - name: Check Release Notes
# id: release-notes
# run: ./check_release_notes.py

0 comments on commit b6fde07

Please sign in to comment.