bytecodealliance / actions

GitHub actions to setup wasm-tools and wasmtime
5 stars 3 forks source link

add readme for github actions #1

Closed rajatjindal closed 1 year ago

rajatjindal commented 1 year ago

This PR adds readme file to the repo.

hey @alexcrichton,

could we please rename the repo to actions (which is also more standard name for GitHub actions repo) instead of github-action. that way the UX would be:

      - name: Setup `wasmtime`
        uses: bytecodealliance/actions/wasmtime/setup@v1

instead of

      - name: Setup `wasmtime`
        uses: bytecodealliance/github-action/wasmtime/setup@v1

thank you