mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
jamilbk%feat/stub website in cloud (#1675)
* Remove `www/` * Stub empty `website/` to silence Vercel. This shouldn't cause conflicts when we merge `cloud` to `master`. Perhaps we want to start working off `master` soon, and move the current tip of master to `legacy`?
This commit is contained in:
10
.github/workflows/codespell.yml
vendored
10
.github/workflows/codespell.yml
vendored
@@ -10,12 +10,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
cache-dependency-path: |
|
||||
www/yarn.lock
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.9"
|
||||
@@ -29,10 +23,6 @@ jobs:
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
- name: Install node modules
|
||||
run: |
|
||||
cd www/
|
||||
yarn install --frozen-lockfile
|
||||
- name: Run pre-commit
|
||||
run: |
|
||||
pre-commit install
|
||||
|
||||
Reference in New Issue
Block a user