File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 if : steps.skip-check.outputs.skip-check != 'true'
7575 uses : dtolnay/rust-toolchain@stable
7676 with :
77- targets : wasm32-unknown-unknown
78-
79- - name : 🦀 Install Rust nightly (for shader compilation)
80- if : steps.skip-check.outputs.skip-check != 'true'
81- run : rustup install nightly
77+ targets : wasm32-unknown-unknown, stable-x86_64-unknown-linux-gnu
8278
8379 - name : ⚡ Setup sccache
8480 if : steps.skip-check.outputs.skip-check != 'true'
@@ -110,14 +106,6 @@ jobs:
110106 cd frontend
111107 npm run build
112108
113- - name : 👕 Lint Graphite web formatting
114- if : steps.skip-check.outputs.skip-check != 'true'
115- env :
116- NODE_ENV : production
117- run : |
118- cd frontend
119- npm run lint
120-
121109 - name : 📤 Publish to Cloudflare Pages
122110 if : steps.skip-check.outputs.skip-check != 'true'
123111 uses : cloudflare/pages-action@1
@@ -129,6 +117,14 @@ jobs:
129117 projectName : graphite-dev
130118 directory : frontend/dist
131119
120+ - name : 👕 Lint Graphite web formatting
121+ if : steps.skip-check.outputs.skip-check != 'true'
122+ env :
123+ NODE_ENV : production
124+ run : |
125+ cd frontend
126+ npm run lint
127+
132128 # Full Rust build and tests on self-hosted runner
133129 rust-build-and-test :
134130 runs-on : self-hosted
You can’t perform that action at this time.
0 commit comments