Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
ci: fix checksum (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmushan authored Dec 2, 2020
1 parent f9b45b3 commit c76b19e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: checks

on:
push:
pull_request:
paths:
- ".github/workflows/checks.yml"
- "dist/index.js"

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x

- name: Install dependencies
run: npm install

- name: Checksum
run: npm run checksum
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Build
run: npm run build

- name: Checksum
run: npm run checksum

- name: Set up Deno ${{ matrix.deno }}
uses: ./
with:
Expand Down

0 comments on commit c76b19e

Please sign in to comment.