-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to `tmpl` version `0.11.0` [1], including the versions in between starting from 0.10.0 [2]: 1. Optimized GitHub action workflow scope [3]. 2. Updated Node.js packages & GitHub actions [4] [^1] [^2]. 3. Opts-in the Dependabot version update configuration [5]. 4. Migrated to Markdown style guide version 0.4.0 [6]. This also includes changes required for any linter matches. [1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0 [2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0 [3]: svengreb/tmpl#84 [4]: svengreb/tmpl#86 [5]: svengreb/tmpl#94 [6]: svengreb/tmpl#76 [^1]: svengreb/tmpl#78 [^2]: svengreb/tmpl#83 Co-authored-by: Sven Greb <[email protected]> GH-86
- Loading branch information
Showing
14 changed files
with
32 additions
and
57 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,32 @@ | ||
# Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2018-present Sven Greb <[email protected]> | ||
# This source code is licensed under the MIT license found in the LICENSE file. | ||
|
||
# GitHub Action Workflow for continuous integration jobs. | ||
# See https://docs.github.com/en/actions and https://github.com/features/actions for more details. | ||
|
||
name: ci | ||
name: ci-node | ||
on: | ||
push: | ||
paths: | ||
- "**.js" | ||
- "**.json" | ||
- "**.md" | ||
- "**.yaml" | ||
- "**.yml" | ||
branches: | ||
- main | ||
tags: | ||
- v* | ||
pull_request: | ||
paths: | ||
- "**.js" | ||
- "**.json" | ||
- "**.md" | ||
- "**.yaml" | ||
- "**.yml" | ||
|
||
jobs: | ||
lint-node: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Print metadata and context information | ||
|
@@ -24,11 +36,12 @@ jobs: | |
echo "Workflow Actor: $GITHUB_ACTOR" | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: "Setup Node.js version 15" | ||
uses: actions/setup-node@v2.1.5 | ||
- name: Setup Node.js version 16 | ||
uses: actions/setup-node@v2.4.1 | ||
with: | ||
node-version: "15" | ||
node-version: "16" | ||
cache: "npm" | ||
- name: Install Node modules | ||
run: npm install | ||
- name: Run linters | ||
run: npm run lint | ||
run: npm install --no-package-lock | ||
- name: Run linters in CI/CD mode | ||
run: npm run lint:ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
assets/images/packages/@arcticicestudio/eslint-config-base/repository-hero.ai
100755 → 100644
Empty file.
Empty file modified
0
assets/images/packages/@arcticicestudio/eslint-config-base/repository-hero.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
assets/images/packages/@arcticicestudio/eslint-config-typescript/repository-hero.ai
100755 → 100644
Empty file.
Empty file modified
0
...s/images/packages/@arcticicestudio/eslint-config-typescript/repository-hero.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
assets/images/packages/@arcticicestudio/eslint-config/repository-hero.ai
100755 → 100644
Empty file.
Empty file modified
0
assets/images/packages/@arcticicestudio/eslint-config/repository-hero.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters