Skip to content

Taskbar Clock Customization v1.3.1 #144

Taskbar Clock Customization v1.3.1

Taskbar Clock Customization v1.3.1 #144

Workflow file for this run

name: PR mod validation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Test changed-files
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
- name: Validate the changes
run: |
python .github/pr_validation.py --author ${{ github.actor }} ${{ steps.changed-files.outputs.all_changed_files }}