Skip to content

add ci.yml: run update_time.py #1

add ci.yml: run update_time.py

add ci.yml: run update_time.py #1

Workflow file for this run

name: Update last commit time
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run update.py
run: python3 update_time.py && ls -alh && cat README.md