-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from cisagov/26-resolve-yamllint-issues
Revert .yamllint to match lineage; fix issues flagged by yamllint.
- Loading branch information
Showing
20 changed files
with
233 additions
and
272 deletions.
There are no files selected for viewing
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,66 +1,60 @@ | ||
--- | ||
version: 2 | ||
updates: | ||
- directory: / | ||
# ignore: | ||
# # Managed by cisagov/ASM-Dashboard | ||
# - dependency-name: actions/cache | ||
# - dependency-name: actions/checkout | ||
# - dependency-name: actions/setup-go | ||
# - dependency-name: actions/setup-python | ||
# - dependency-name: crazy-max/ghaction-dump-context | ||
# - dependency-name: crazy-max/ghaction-github-labeler | ||
# - dependency-name: crazy-max/ghaction-github-status | ||
# - dependency-name: hashicorp/setup-terraform | ||
# - dependency-name: mxschmitt/action-tmate | ||
# - dependency-name: step-security/harden-runner | ||
package-ecosystem: github-actions | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
- directory: / | ||
package-ecosystem: terraform | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] | ||
# Managed by cisagov/skeleton-generic | ||
- dependency-name: actions/cache | ||
- dependency-name: actions/checkout | ||
- dependency-name: actions/setup-go | ||
- dependency-name: actions/setup-python | ||
- dependency-name: crazy-max/ghaction-dump-context | ||
- dependency-name: crazy-max/ghaction-github-labeler | ||
- dependency-name: crazy-max/ghaction-github-status | ||
- dependency-name: hashicorp/setup-terraform | ||
- dependency-name: mxschmitt/action-tmate | ||
- dependency-name: step-security/harden-runner | ||
- package-ecosystem: terraform | ||
directory: /infrastructure | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
- package-ecosystem: "npm" | ||
directory: "/frontend" | ||
- package-ecosystem: npm | ||
directory: / | ||
schedule: | ||
interval: "weekly" | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
- package-ecosystem: "npm" | ||
directory: "/backend" | ||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] | ||
- package-ecosystem: npm | ||
directory: /frontend | ||
schedule: | ||
interval: "weekly" | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
- package-ecosystem: "pip" | ||
directory: "/backend/worker" | ||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] | ||
- package-ecosystem: npm | ||
directory: /backend | ||
schedule: | ||
interval: "weekly" | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
- package-ecosystem: 'docker' | ||
directory: '/' | ||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] | ||
- package-ecosystem: pip | ||
directory: /backend/worker | ||
schedule: | ||
interval: 'weekly' | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] | ||
- package-ecosystem: docker | ||
directory: / | ||
schedule: | ||
interval: 'weekly' | ||
interval: weekly | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] | ||
|
||
- dependency-name: '*' | ||
update-types: [version-update:semver-patch, version-update:semver-minor] |
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
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
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
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 |
---|---|---|
|
@@ -5,16 +5,16 @@ on: | |
branches: | ||
- develop | ||
paths: | ||
- 'docs/**' | ||
- 'backend/**' | ||
- '.github/workflows/docs.yml' | ||
- docs/** | ||
- backend/** | ||
- .github/workflows/docs.yml | ||
pull_request: | ||
branches: | ||
- develop | ||
paths: | ||
- 'docs/**' | ||
- 'backend/**' | ||
- '.github/workflows/docs.yml' | ||
- docs/** | ||
- backend/** | ||
- .github/workflows/docs.yml | ||
|
||
defaults: | ||
run: | ||
|
@@ -34,22 +34,11 @@ jobs: | |
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-node- | ||
restore-keys: ${{ runner.os }}-node- | ||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y libvips-dev glib2.0-dev | ||
- run: npm ci | ||
- name: Lint | ||
run: npm run lint | ||
- name: Build | ||
run: npm run build | ||
# - name: Deploy to GitHub Pages | ||
# if: github.event_name == 'push' && github.ref == 'refs/heads/master' | ||
# uses: crazy-max/[email protected] | ||
# with: | ||
# keep_history: false | ||
# target_branch: gh-pages | ||
# build_dir: docs/public | ||
# fqdn: docs.crossfeed.cyber.dhs.gov | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Oops, something went wrong.