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
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 2 años
123456789101112131415161718192021222324
  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