Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup workflow
Browse files Browse the repository at this point in the history
abarmawi committed Jan 3, 2024
1 parent 94c001b commit 57d1b09
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run npm on PR

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
run-npm:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2

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

- name: Install dependencies
run: npm install

- name: Run data validation
run: npm run validate
3 changes: 1 addition & 2 deletions dataset/companies/Commerce.yaml
Original file line number Diff line number Diff line change
@@ -4,15 +4,14 @@
Alternatives: []
- Name: "Tolstoy"
Description: ""
Website: "https://tolstoy.com/"

Alternatives: []
- Name: "Sales Force"
Description: ""
Website: "https://salesforce.com/"
Alternatives: []
- Name: "Riskified"
Description: ""
Website: "https://riskified.com/"
Alternatives: []
- Name: "Placer.ai"
Description: ""

0 comments on commit 57d1b09

Please sign in to comment.