Skip to content

Update tos_task.c , fix a bug in tos_task_create_dy #9

Update tos_task.c , fix a bug in tos_task_create_dy

Update tos_task.c , fix a bug in tos_task_create_dy #9

Workflow file for this run

name: Format Docs and Code
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
ssh-key: ${{ secrets.ACTION_PUSH }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,ts,css,html,yml,inc,json,md}