aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-31 22:24:17 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-31 22:24:17 -0400
commit744f9bb8364845dc81fb28650986499205cc8af5 (patch)
tree2cd587c1ba6d61a82d3e5c6d3babe55a85ac5aee /.github
parente637408b4af41a5c2b74b160fb37438d4e56cccc (diff)
Revert "Auto update manifest version (#1724)"
This reverts commit e637408b4af41a5c2b74b160fb37438d4e56cccc.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fdb1ba67..d928ffa1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,13 +13,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- - name: Set up git
- run: |
- sudo apt-get install -y git
- git --version
- git fetch origin $(git branch --show-current) --unshallow --tags > /dev/null 2> /dev/null
- git status
- git describe
- name: Install dependencies
run: npm ci
- name: Lint