Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from zendesk/jshen/EP-ga-migration
Browse files Browse the repository at this point in the history
Add GitHub Actions workflows to migrate away from Travis-CI
  • Loading branch information
anpa authored Jul 29, 2020
2 parents 5a4c300 + 04a7759 commit 379aedf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: repo-checks

on: [push]

jobs:
main:
name: node_js
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v2
- uses: zendesk/[email protected]
with:
node-version: '6'
- name: test
run: npm i && npm test

7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Link-SF [![Build Status](https://travis-ci.org/zendesk/linksf.svg?branch=master)](https://travis-ci.org/zendesk/linksf) [![Code Climate](https://codeclimate.com/github/zendesk/linksf.png)](https://codeclimate.com/github/zendesk/linksf)
## Link-SF
![repo-checks](https://github.com/zendesk/copenhelp/workflows/repo-checks/badge.svg)
[![Code Climate](https://codeclimate.com/github/zendesk/linksf.png)](https://codeclimate.com/github/zendesk/linksf)

### Open Referral Transition
This version of linksf is currently undergoing a data model transition to be HSDS compliant.
Expand Down

0 comments on commit 379aedf

Please sign in to comment.