update workflow
Some checks failed
Build / echo (push) Failing after 16s

This commit is contained in:
hoangvv 2025-01-09 15:41:01 +07:00
parent 8a50842d25
commit ae4264386c

View File

@ -7,5 +7,7 @@ jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: get git current branch
run: make clean_up
- name: Check out repository code
uses: actions/checkout@v4
- name: list file in code
uses: ls -la