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

Commit

Permalink
feat: move to NordicSemiconductor organization
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this renames the package
See bifravst/bifravst#56
  • Loading branch information
coderbyheart committed Feb 4, 2021
1 parent 903ca1a commit ba4a179
Show file tree
Hide file tree
Showing 13 changed files with 207,139 additions and 207,854 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@bifravst/eslint-config-typescript"
"extends": "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript"
}
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @coderbyheart
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
...require('@bifravst/code-style/.prettierrc'),
...require('@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc'),
}
3 changes: 2 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
See https://github.com/bifravst/bifravst/blob/saga/CODE_OF_CONDUCT.md
See
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/CODE_OF_CONDUCT.md
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Firmware CI feature runner GitHub action for AWS

[![GitHub Actions](https://github.com/bifravst/firmware-ci-feature-runner-action-aws/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/firmware-ci-feature-runner-action-aws/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/firmware-ci-feature-runner-action-aws/badge.svg)](https://snyk.io/test/github/bifravst/firmware-ci-feature-runner-action-aws)
[![GitHub Actions](https://github.com/NordicSemiconductor/cloud-aws-firmware-ci-feature-runner-action-aws/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/cloud-aws-firmware-ci-feature-runner-action-aws/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/cloud-aws-firmware-ci-feature-runner-action-aws/badge.svg)](https://snyk.io/test/github/NordicSemiconductor/cloud-aws-firmware-ci-feature-runner-action-aws)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/firmware-ci-feature-runner-action-aws&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/cloud-aws-firmware-ci-feature-runner-action-aws)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)

Uses
[`@bifravst/e2e-bdd-test-runner`](https://github.com/bifravst/e2e-bdd-test-runner)
[`@nordicsemiconductor/e2e-bdd-test-runner`](https://github.com/NordicSemiconductor/e2e-bdd-test-runner)
to run features files of a firmware.

0 comments on commit ba4a179

Please sign in to comment.