1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Adding git status check

This commit is contained in:
Jamie Hewitt 2022-05-18 13:06:50 +03:00
parent 4c72799bef
commit 70a82f6e2f

View File

@ -201,6 +201,7 @@ jobs:
branch=${GITHUB_HEAD_REF#refs/heads/}
echo ${branch}
git checkout ${branch}
git status
- name: Create code examples file
uses: actions/cache@v2