Skip to content

Update xterm monorepo #834

Update xterm monorepo

Update xterm monorepo #834

Workflow file for this run

name: Test
on:
pull_request:
branches: [master]
workflow_dispatch:
env:
FONTAWESOME_TOKEN: ${{ secrets.FONTAWESOME_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Build
run: |
set -ex
docker build --rm --no-cache --build-arg FONTAWESOME_TOKEN=${{ env.FONTAWESOME_TOKEN }} .