Skip to content

Commit

Permalink
Merge pull request #321 from auth0/SRE-57-Upload-opslevel-yaml
Browse files Browse the repository at this point in the history
OpsLevel repo catalog - upload opslevel.yml
  • Loading branch information
joshbetz authored Sep 8, 2023
2 parents 83ad6ba + 2d0ce02 commit fd50193
Show file tree
Hide file tree
Showing 4 changed files with 3,758 additions and 3,772 deletions.
74 changes: 0 additions & 74 deletions .circleci/config.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

#
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test

13 changes: 13 additions & 0 deletions opslevel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: 1
repository:
name: rules
owner: dx_extensibility
lifecycle: general_availability
tier: Tier-3
language: Node.js
tags:
repositories:
- name: auth0/rules
path: /
provider: github
Loading

0 comments on commit fd50193

Please sign in to comment.