Skip to content

Soothing pastel theme for figma-linux #34

Soothing pastel theme for figma-linux

Soothing pastel theme for figma-linux #34

Workflow file for this run

name: Check
on: pull_request
jobs:
setup:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check
run: |
./.github/check.sh
exitcode="$?"
echo "exitcode=$exitcode" >> $GITHUB_OUTPUT
exit "$exitcode"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}