Skip to content

Commit

Permalink
Add preamble to workflow & eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 12, 2024
1 parent fe7fdb1 commit 8eae595
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
module.exports = {
root: true,
parserOptions: {
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) 2020-2024 Digital Bazaar, Inc.
#
# SPDX-License-Identifier: BSD-3-Clause

name: Bedrock Node.js CI

on: [push]
Expand Down

0 comments on commit 8eae595

Please sign in to comment.