Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/eta/.github/workflows/size-limit.yml

Embedded JS template engine for Node, Deno, and the browser. Lighweight, fast, and pluggable. Written in TypeScript
Very Popular
Go to Latest
File
name: "size"on: pull_request: branches: - masterjobs: size: runs-on: ubuntu-latest env: CI_JOB_NUMBER: 1 steps: - uses: actions/checkout@v2 - uses: andresz1/size-limit-action@v1.7.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}