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: echo:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: get git current branch - name: Check out repository code
run: make clean_up uses: actions/checkout@v4
- name: list file in code
uses: ls -la