Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file. Forked from https://github.com/ooxi/xml.c
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

25 行
447 B

  1. name: CI
  2. # Controls when the action will run. Triggers the workflow on push or pull
  3. # request events but only for the main branch
  4. on:
  5. push:
  6. branches:
  7. - master
  8. pull_request:
  9. branches: [ master ]
  10. schedule:
  11. - cron: '0 0 15 * *'
  12. jobs:
  13. ci:
  14. runs-on: ubuntu-20.04
  15. steps:
  16. - uses: actions/checkout@v2
  17. - name: Build and Test
  18. run: npx --package mini-cross@0.15.2 mc --no-tty ubuntu:22.04 .mc/rebuild.sh