Merge branch 'main' into jk/05-pre

This commit is contained in:
Jonathan Kelley 2024-02-21 16:15:33 -08:00
commit 37b8fd0135
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
3 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@ name: Deploy Nightly Docs
on:
push:
branches:
- master
- main
jobs:
deploy:
@ -21,7 +21,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: ilammy/setup-nasm@v1
- name: cargo doc

View file

@ -3,7 +3,7 @@ name: Rust CI
on:
push:
branches:
- master
- main
paths:
- packages/**
- examples/**
@ -17,7 +17,7 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- master
- main
paths:
- packages/**
- examples/**
@ -48,7 +48,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: ilammy/setup-nasm@v1
- run: cargo check --all --examples --tests --all-features --all-targets
@ -64,7 +64,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- uses: ilammy/setup-nasm@v1
- uses: davidB/rust-cargo-make@v1
- uses: browser-actions/setup-firefox@latest
@ -91,7 +91,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- run: cargo fmt --all -- --check
clippy:
@ -109,7 +109,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- run: cargo clippy --workspace --examples --tests --all-features --all-targets -- -D warnings
playwright:
@ -137,7 +137,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Install dependencies
run: npm ci
@ -230,7 +230,7 @@ jobs:
with:
key: "${{ matrix.platform.target }}"
cache-all-crates: "true"
save-if: ${{ github.ref == 'refs/heads/master' }}
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: test
run: |

View file

@ -2285,8 +2285,8 @@ trait_methods! {
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform-origin>
transform_origin: "transform-origin";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/_type>
r#type: "_type";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/type>
r#type: "type";
/// <https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/u1>
u1: "u1";