diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml new file mode 100644 index 0000000..7c420b8 --- /dev/null +++ b/.github/workflows/docs.yml @@ -0,0 +1,34 @@ +on: + push: + branches: + - master + +name: Docs + +jobs: + docs: + runs-on: ubuntu-latest + steps: + - name: Checkout sources + uses: actions/checkout@v4 + with: + submodules: 'recursive' + + - name: Install build dependencies + run: | + sudo apt update + sudo apt install -y cmake libclang-dev + + - name: Install stable toolchain + uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: stable + override: true + default: true + + - name: Run cargo doc + uses: actions-rs/cargo@v1 + with: + command: doc + args: --no-deps --all-features \ No newline at end of file diff --git a/tea.yaml b/tea.yaml new file mode 100644 index 0000000..dd95fa1 --- /dev/null +++ b/tea.yaml @@ -0,0 +1,6 @@ +# https://tea.xyz/what-is-this-file +--- +version: 1.0.0 +codeOwners: + - '0x59298b831403ce1F62EBC1301DBbfdDE5c31006a' +quorum: 1