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

Bump word-wrap from 1.2.3 to 1.2.4 #230

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #230

Workflow file for this run

name: "build-test"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run lints, tests and build package
run: |
npm ci
npm run all
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v18
- name: Run generate-nix-hash action
uses: ./
with:
rev: c61573364694a68d9993c8b0fb603b29e7251d79 # initial commit
owner: Gerschtli
repo: generate-nix-hash
file: config.json
- name: Verify results
run: |
cat > expected.json <<EOF
{
"rev": "c61573364694a68d9993c8b0fb603b29e7251d79",
"sha256": "1s0qrrin8ry9klvjaxj4hd3qlf3cayfisq8pn7idqddgcg0lc079"
}
EOF
diff config.json expected.json