Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge feature/242 into feature/242__WCAG-2.1-Color-Contrast-Changes #90

Open
wants to merge 6 commits into
base: feature/242__WCAG-2.1-Color-Contrast-Changes
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ECCN: Open Source
#GUSINFO: Program Management Orion, SFDO Outbound Funds Module
#GUSINFO: NPC Orion, SFDO Outbound Funds Module
#
# Copyright (c) 2021, salesforce.com, inc.
# All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Spell Checking
on: [push]
jobs:
cspell:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Linting
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jest
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Label Audit
on: [push]
jobs:
labels:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lockfile
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Formatting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
runs-on: SalesforceFoundation-ubuntu
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}

.INVALID {
color: red;
color: var(--slds-g-color-error-base-50, #ea001e);
}
Loading