1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-02 14:22:55 +03:00

Remove paths / paths-ignore condition from CI (#8704)

Does not work very well with branch protection rules.
Pending some other solution, re-enable our ability to merge stuff.
This commit is contained in:
Max Prokhorov
2022-11-01 01:23:24 +03:00
committed by GitHub
parent 0aab6ecee2
commit d36b21db38
6 changed files with 1 additions and 23 deletions

View File

@ -1,6 +1,7 @@
#include <esp8266_undocumented.h>
void crashMeIfYouCan(void) __attribute__((weak));
int divideA_B(int a, int b);
int divideA_B_bp(int a, int b);
int* nullPointer = NULL;